-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathext_emconf.php
More file actions
22 lines (20 loc) · 682 Bytes
/
ext_emconf.php
File metadata and controls
22 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "sf_event_mgt"
*
* Generated at: 2014-05-17
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Event management and registration',
'description' => 'Configurable event management and registration extension based on ExtBase and Fluid',
'category' => 'fe',
'author' => 'Torben Hansen',
'author_email' => 'derhansen@gmail.com',
'state' => 'stable',
'version' => '8.6.1',
'constraints' => [
'depends' => [
'typo3' => '13.4.0-13.4.99',
],
],
];