events/ext_emconf.php

21 lines
484 B
PHP
Raw Normal View History

<?php
$EM_CONF['events'] = [
'title' => 'Events',
2019-07-25 12:42:37 +02:00
'description' => 'Extension to manage events',
'category' => 'plugin',
'author' => 'Dirk Koritnik',
'author_email' => 'koritnik@werkraum-media.de',
'state' => 'alpha',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.4.0',
'constraints' => [
'depends' => [
2021-09-07 19:02:15 +02:00
'typo3' => '10.4.00-10.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];