2021-02-01 09:36:41 +01:00
|
|
|
<?php
|
|
|
|
|
2023-12-05 09:43:55 +01:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
$EM_CONF['thuecat'] = [
|
2021-02-01 09:36:41 +01:00
|
|
|
'title' => 'ThüCAT',
|
|
|
|
'description' => 'Integration of ThüCAT into TYPO3 CMS.',
|
|
|
|
'category' => 'fe',
|
2022-03-08 09:45:55 +01:00
|
|
|
'state' => 'stable',
|
2021-02-01 09:36:41 +01:00
|
|
|
'author' => 'Daniel Siepmann',
|
|
|
|
'author_email' => 'coding@daniel-siepmann.de',
|
|
|
|
'author_company' => '',
|
2023-12-05 09:43:55 +01:00
|
|
|
'version' => '3.0.0',
|
2021-02-01 09:36:41 +01:00
|
|
|
'constraints' => [
|
|
|
|
'depends' => [
|
|
|
|
'core' => '',
|
|
|
|
],
|
|
|
|
'conflicts' => [],
|
|
|
|
'suggests' => [],
|
|
|
|
],
|
|
|
|
];
|