-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_emconf.php
36 lines (34 loc) · 1.1 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "pxa_dealers"
*
* Auto generated by Extension Builder 2014-03-18
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
/** @noinspection PhpUndefinedVariableInspection */
$EM_CONF[$_EXTKEY] = [
'title' => 'Dealers',
'description' => 'Extension to display searchable dealers/shops or other points of interests on Google maps',
'category' => 'plugin',
'author' => 'Pixelant.net',
'author_email' => '[email protected]',
'author_company' => 'Pixelant',
'state' => 'stable',
'uploadfolder' => '0',
'clearCacheOnLoad' => 1,
'version' => '4.2.5',
'constraints' => [
'depends' => [
'php' => '7.2-7.4',
'typo3' => '10.4.0-10.4.99',
'static_info_tables' => '6.0.0-6.99.99'
],
'conflicts' => [
],
'suggests' => [
],
],
];