thuecat/ext_emconf.php
Daniel Siepmann d39053b498
Support TYPO3 v12 and PHP 8.3
Use rector, PHPUnit, Codeception and PHPStan to find and fix issues.
2023-12-04 12:18:51 +01:00

22 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' => [],
],
];