mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-04 20:36:13 +01:00
21 lines
481 B
PHP
21 lines
481 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$EM_CONF['thuecat'] = [
|
|
'title' => 'ThüCAT',
|
|
'description' => 'Integration of ThüCAT into TYPO3 CMS.',
|
|
'category' => 'fe',
|
|
'state' => 'stable',
|
|
'author' => 'Daniel Siepmann',
|
|
'author_email' => 'coding@daniel-siepmann.de',
|
|
'author_company' => '',
|
|
'version' => '3.0.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'core' => '',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|