thuecat/ext_emconf.php

22 lines
481 B
PHP
Raw Normal View History

2021-02-01 09:36:41 +01:00
<?php
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' => '',
'version' => '3.0.0',
2021-02-01 09:36:41 +01:00
'constraints' => [
'depends' => [
'core' => '',
],
'conflicts' => [],
'suggests' => [],
],
];