-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathext_emconf.php
executable file
·51 lines (49 loc) · 1.49 KB
/
ext_emconf.php
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
47
48
49
50
51
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "oelib".
*
* Auto generated 06-01-2015 19:56
*
* 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' => 'One is Enough Library',
'description' => 'This extension provides useful stuff for extension development: helper functions for unit testing, templating, automatic configuration checks and performance benchmarking.',
'category' => 'services',
'author' => 'Oliver Klee',
'author_email' => '[email protected]',
'shy' => 0,
'dependencies' => 'static_info_tables',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => 'be_users,be_groups,fe_groups,fe_users,pages,sys_template,tt_content',
'clearCacheOnLoad' => 0,
'lockType' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'author_company' => 'oliverklee.de',
'version' => '0.9.50',
'_md5_values_when_last_written' => '',
'constraints' => array(
'depends' => array(
'php' => '5.5.0-7.0.99',
'typo3' => '6.2.0-6.2.99',
'static_info_tables' => '6.2.0-',
),
'conflicts' => array(
),
'suggests' => array(
'extbase' => '6.2.0-6.2.99',
),
),
'suggests' => array(
),
);