<?php

declare(strict_types=1);

$EM_CONF['events'] = [
    'title' => 'Events',
    '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' => [],
    ],
];