forked from JanBartels/wec_map
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
47 lines (45 loc) · 1.35 KB
/
Copy pathext_emconf.php
File metadata and controls
47 lines (45 loc) · 1.35 KB
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
<?php
/*
* This file is part of the web-tp3/wec_map.
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'WEC Map',
'description' => 'Mapping extension that connects to geocoding databases and Google Maps API.',
'category' => 'plugin',
'shy' => 0,
'version' => '4.2.2',
'priority' => 'bottom',
'loadOrder' => '',
'module' => 'mod1,mod2',
'state' => 'alpha',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Web-Empowered Church Team (V1.x, V2.x), Jan Bartels (V3.x)',
'author_email' => 'j.bartels@arcor.de',
'author_company' => 'Christian Technology Ministries International Inc. (V1.x, V2.x)',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'php' => '7.0.0-7.2.99',
'typo3' => '7.6.0-8.7.99',
],
'conflicts' => [
],
'suggests' => [
'tt_address' => '3.2.0-0.0.0',
'nn_address' => '2.3.0-0.0.0',
'static_info_tables' => '6.4.0-0.0.0',
],
],
'autoload' => [
'psr-4' => [
'JBartels\\WecMap\\' => 'Classes',
],
],
];