events/ext_emconf.php

21 lines
487 B
PHP
Raw Permalink Normal View History

<?php
declare(strict_types=1);
$EM_CONF['events'] = [
'title' => 'Events',
2019-07-25 12:42:37 +02:00
'description' => 'Extension to manage events',
'category' => 'plugin',
'author' => 'Dirk Koritnik, Daniel Siepmann',
'author_email' => 'koritnik@werkraum-media.de, coding@daniel-siepmann.de',
'state' => 'stable',
'version' => '4.0.0',
'constraints' => [
'depends' => [
'typo3' => '',
],
'conflicts' => [],
'suggests' => [],
],
];