forked from greenfieldr/tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
49 lines (46 loc) · 1.99 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 13-02-2013 23:25
*
* 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.1',
'constraints' => array(
'depends' => array(
'typo3' => '4.5-6.1.99',
'cms' => '',
'extbase' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => 'a:16:{s:16:"ext_autoload.php";s:4:"cc5f";s:12:"ext_icon.gif";s:4:"68b4";s:9:"README.md";s:4:"bba4";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:"5392";s:32:"Classes/Service/CloneService.php";s:4:"a0c2";s:33:"Classes/Service/DomainService.php";s:4:"5638";s:31:"Classes/Service/FileService.php";s:4:"b2e7";s:31:"Classes/Service/JsonService.php";s:4:"2f8a";s:35:"Classes/Service/MarshallService.php";s:4:"3a3a";s:36:"Classes/Service/RecursionService.php";s:4:"5f6c";s:31:"Classes/Service/UserService.php";s:4:"66a2";s:32:"Classes/Utility/ArrayUtility.php";s:4:"25aa";s:31:"Classes/Utility/PathUtility.php";s:4:"92bf";s:34:"Classes/Utility/VersionUtility.php";s:4:"71ff";}',
);
?>