forked from evoWeb/sessionplaner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
28 lines (26 loc) · 783 Bytes
/
ext_emconf.php
File metadata and controls
28 lines (26 loc) · 783 Bytes
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
<?php
/*
* This file is part of the package evoweb/sessionplaner.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF['sessionplaner'] = [
'title' => 'Session Planer',
'description' => 'Plan and display sessions for bar camp like events',
'category' => 'misc',
'author' => 'Sebastian Fischer, Benjamin Kott',
'author_email' => 'typo3@evoweb.de, benjamin.kott@outlook.com',
'author_company' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '4.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-11.9.99',
'form' => '*',
],
'conflicts' => [],
'suggests' => [],
],
];