-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
46 lines (44 loc) · 1.38 KB
/
Copy pathext_emconf.php
File metadata and controls
46 lines (44 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "microformat".
*
* Auto generated 10-02-2017 14:16
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Microformat - describe your data',
'description' => 'Describe your data in microformat. ViewHelper to build a schema.org structure. Development on https://github.com/cabi/calendarize',
'category' => 'fe',
'version' => '0.0.8',
'state' => 'alpha',
'clearcacheonload' => true,
'author' => 'Carsten Biebricher',
'author_email' => 'cabi@lernziel.de',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.2.0-8.99.99',
'php' => '5.5.0-7.1.0'
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'autoload' =>
array (
'psr-4' =>
array (
'HDNET\\Microformat\\' => 'Classes/'
),
),
'uploadfolder' => false,
'createDirs' => null,
'author_company' => null,
);