forked from in2code-de/femanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
43 lines (41 loc) · 1.27 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
37
38
39
40
41
42
43
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "femanager"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'femanager',
'description' => 'TYPO3 Frontend User Registration and Management based on
Extbase and Fluid and on TYPO3 8 and the possibility to extend it.
Extension basicly works like sr_feuser_register',
'category' => 'plugin',
'author' => 'femanager dev team',
'author_email' => '[email protected]',
'author_company' => 'in2code.de - Wir leben TYPO3',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '4.2.1',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-8.7.99',
'php' => '7.0.0-7.2.99',
],
'conflicts' => [],
'suggests' => [
'sr_freecap' => '2.3.0-2.99.99',
'static_info_tables' => '6.0.0-6.99.99'
],
],
'autoload' => [
'psr-4' => [
'In2code\\Femanager\\' => 'Classes'
]
],
];