-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
26 lines (26 loc) · 752 Bytes
/
Copy pathext_emconf.php
File metadata and controls
26 lines (26 loc) · 752 Bytes
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
<?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 for use in TYPO3 CMS.',
'category' => 'misc',
'version' => '13.4.2',
'state' => 'stable',
'author' => 'Stanislas Rolland/René Fritz',
'author_email' => 'typo3AAAA@sjbr.ca',
'author_company' => 'SJBR',
'constraints' => [
'depends' => [
'typo3' => '13.4.0-13.4.99',
'extbase' => '13.4.0-13.4.99',
'extensionmanager' => '13.4.0-13.4.99'
]
],
'autoload' => [
'psr-4' => [
'SJBR\\StaticInfoTables\\' => 'Classes'
]
]
];