-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathext_emconf.php
More file actions
33 lines (31 loc) · 1.06 KB
/
ext_emconf.php
File metadata and controls
33 lines (31 loc) · 1.06 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
<?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 13 and the possibility to extend it.',
'category' => 'plugin',
'author' => 'Alexander Kellner, Stefan Busemann, Daniel Hoffmann, Sebastian Stein',
'author_email' => 'info@in2code.de',
'author_company' => 'in2code.de - Wir leben TYPO3',
'state' => 'stable',
'version' => '13.3.2',
'constraints' => [
'depends' => [
'typo3' => '13.0.0-13.4.99',
'php' => '8.1.0-',
],
'conflicts' => [],
'suggests' => [
'sr_freecap' => '13.4.0-13.4.99',
'static_info_tables' => '13.4.0-13.4.99',
],
],
'autoload' => [
'psr-4' => [
'In2code\\Femanager\\' => 'Classes'
]
],
];