forked from CommerceTeam/commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
48 lines (46 loc) · 1.58 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "commerce".
*
* Auto generated 24-11-2013 13:08
*
* 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' => 'Commerce FORK',
'description' => 'TYPO3 commerce shopping system',
'category' => 'module',
'author' => 'Ingo Schmitt,Volker Graubaum,Thomas Hempel',
'author_email' => '[email protected]',
'author_company' => 'Marketing Factory Consulting GmbH,e-netconsulting KG,n@work Internet Informationssysteme GmbH',
'shy' => 0,
'priority' => '',
'loadOrder' => '',
'module' => 'mod_main,mod_category,mod_access,mod_orders,mod_systemdata,mod_statistic',
'state' => 'stable',
'internal' => 0,
'uploadfolder' => 1,
'createDirs' => 'uploads/tx_commerce/rte',
'modify_tables' => 'tt_address,fe_users',
'clearCacheOnLoad' => 1,
'lockType' => 'L',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '4.0.3',
'_md5_values_when_last_written' => '',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.9.99',
'tt_address' => '2.3.5-',
'dynaflex' => '2.0.0-',
'static_info_tables' => '6.2.1-',
),
'conflicts' => array(
'mc_autokeywords' => '',
),
'suggests' => array(
),
),
);