-
Notifications
You must be signed in to change notification settings - Fork 8
/
ext_emconf.php
31 lines (29 loc) · 938 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
29
30
31
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "importr".
*
* Auto generated 26-02-2013 09:30
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Importr',
'description' => 'Flexible importer for all kinds of files!',
'category' => 'be',
'version' => '5.0.0',
'state' => 'stable',
'author' => 'Tim Lochmüller, Tim Spiekerkötter',
'author_email' => '[email protected], [email protected]',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'php' => '7.2.0-8.1.99'
],
],
'autoload' => [
'psr-4' => ['HDNET\\Importr\\' => 'Classes']
],
];