-
Notifications
You must be signed in to change notification settings - Fork 16
/
ext_emconf.php
34 lines (32 loc) · 948 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
32
33
34
<?php
/*
* This file is part of the package jweiland/events2.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Events 2',
'description' => 'Create single and recurring events',
'category' => 'plugin',
'author' => 'Stefan Froemken',
'author_email' => '[email protected]',
'author_company' => 'jweiland.net',
'state' => 'stable',
'version' => '9.1.8',
'constraints' => [
'depends' => [
'typo3' => '12.4.15-12.4.99',
'reactions' => '12.4.15-12.4.99',
'static_info_tables' => '12.4.0-12.4.99',
],
'conflicts' => [
],
'suggests' => [
'checkfaluploads' => '',
'maps2' => '11.0.0-0.0.0',
'reactions' => '12.4.0-12.4.99',
'solr' => '11.2.0-0.0.0',
],
],
];