-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathext_emconf.php
44 lines (41 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
<?php
########################################################################
# Extension Manager/Repository config file for ext: "arcavias"
#
# Manual updates:
# Only the data in the array - anything else is removed by next write.
# "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'Arcavias shop system',
'description' => 'Arcavias is a flexible, high performance shop system available in multiple languages. Several plugins e.g. for facetted search, product listing, detail view, basket, checkout process and other parts of a shop are available. Furthermore, Arcavias offers powerful interfaces to integrate CRM and ERP systems as well as payment and delivery service providers',
'category' => 'plugin',
'version' => '1.1.1',
'module' => '',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'author' => 'Metaways Software Engineering Team',
'author_email' => 'typo3@metaways.de',
'author_company' => 'Metaways Infosystems GmbH',
'constraints' => array(
'depends' => array(
'php' => '5.2.0-5.99.99',
'typo3' => '4.5.0-6.2.99',
'extbase' => '1.3.2-6.99.99',
'scheduler' => '1.1.0-6.99.99',
'static_info_tables' => '1.8.0-6.99.99',
),
'conflicts' => array(
'jquerycolorbox' => '0.0.0-0.0.1',
),
'suggests' => array(
'realurl' => '1.10.0-1.99.99',
'datamints_feuser' => '0.6.4-1.99.99',
'sr_feuser_register' => '2.6.3-3.99.99',
),
),
);
?>