<?php

/***************************************************************
 * Extension Manager/Repository config file for ext: "contact"
 *
 * Auto generated by Extension Builder 2019-09-03
 *
 * Manual updates:
 * Only the data in the array - anything else is removed by next write.
 * "version" and "dependencies" must not be touched!
 ***************************************************************/

$EM_CONF[$_EXTKEY] = [
    'title' => 'medienreaktor Contact Person',
    'description' => '',
    'category' => 'plugin',
    'author' => 'Daniel Kestler',
    'author_email' => 'info@medienreaktor.de',
    'state' => 'alpha',
    'version' => '1.0.0',
    'constraints' => [
        'depends' => [
            'typo3' => '12.4.0-12.4.99',
        ],
        'conflicts' => [],
        'suggests' => [],
    ],
];
## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder
$EM_CONF[$_EXTKEY]['state'] = 'stable';