forked from TYPO3-extensions/static_info_tables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
28 lines (28 loc) · 810 Bytes
/
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
<?php
/**
* Extension Manager configuration file for ext "static_info_tables".
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Static Info Tables',
'description' => 'Data and API for countries, languages and currencies.',
'category' => 'misc',
'version' => '6.7.5',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Stanislas Rolland/René Fritz',
'author_email' => 'typo3@sjbr.ca',
'author_company' => 'SJBR',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
],
'conflicts' => [
'sr_static_info' => '0.0.0-99.99.99',
'cc_infotablesmgm' => '0.0.0-99.99.99',
'uncache' => '0.0.0-99.99.99',
],
'suggests' => [],
],
];