-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·29 lines (28 loc) · 874 Bytes
/
ext_emconf.php
File metadata and controls
executable file
·29 lines (28 loc) · 874 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
27
28
29
<?php
$EM_CONF['static_info_tables_id'] = [
'title' => 'Static Info Tables (id)',
'description' => 'Indonesian (id) language pack for the Static Info Tables providing localized names for countries.',
'category' => 'misc',
'version' => '7.0.0',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearcacheonload' => false,
'author' => 'Max Rösch',
'author_email' => 'dev@Leuchtfeuer.com',
'author_company' => 'Leuchtfeuer Digital Marketing',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'php' => '7.2.0-7.4.99',
'static_info_tables' => '6.7.3-11.5.99',
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'psr-4' => [
'Bitmotion\\StaticInfoTablesId\\' => 'Classes',
],
],
];