-
Notifications
You must be signed in to change notification settings - Fork 8
/
ext_emconf.php
49 lines (46 loc) · 2.1 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "tool".
*
* Auto generated 04-12-2013 19:36
*
* 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' => 'Tool: Services and Utilities for Extbase extensions',
'description' => 'A collection of Services (for injection) and Utilities (for static calling) for Extbase extensions.',
'category' => 'misc',
'author' => 'Claus Due',
'author_email' => '[email protected]',
'author_company' => 'Wildside A/S',
'shy' => '',
'dependencies' => 'cms,extbase',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '1.1.2',
'constraints' => array(
'depends' => array(
'typo3' => '4.5.0-6.1.99',
'cms' => '',
'extbase' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => 'a:18:{s:16:"ext_autoload.php";s:4:"e8df";s:12:"ext_icon.gif";s:4:"68b4";s:9:"README.md";s:4:"4f73";s:33:"Classes/Resource/FileResource.php";s:4:"4519";s:46:"Classes/Resource/FileResourceObjectStorage.php";s:4:"cf9c";s:31:"Classes/Service/AuthService.php";s:4:"d9b1";s:32:"Classes/Service/CloneService.php";s:4:"f809";s:33:"Classes/Service/DomainService.php";s:4:"5870";s:31:"Classes/Service/FileService.php";s:4:"4f16";s:31:"Classes/Service/JsonService.php";s:4:"0190";s:35:"Classes/Service/MarshallService.php";s:4:"b091";s:36:"Classes/Service/RecursionService.php";s:4:"5605";s:31:"Classes/Service/UserService.php";s:4:"66a2";s:32:"Classes/Utility/ArrayUtility.php";s:4:"3202";s:31:"Classes/Utility/PathUtility.php";s:4:"05cf";s:34:"Classes/Utility/VersionUtility.php";s:4:"b79b";s:33:"Documentation/ComplexityChart.png";s:4:"c574";s:30:"Documentation/PyramidChart.png";s:4:"1775";}',
);
?>