legacy-collections/ext_emconf.php
Daniel Siepmann 1bd15f0259
[!!!][TASK] Support TYPO3 12.4 and PHP 8.1
Drop Support for TYPO3 v11 and other PHP versions.
2023-10-25 08:32:51 +02:00

21 lines
611 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'APIs for legacy sys_collection DB tables',
'description' => 'Adds PHP classes, TCA configuration and database tables for generic record collections.',
'category' => 'misc',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'author' => 'Benni Mack',
'author_email' => 'benni@typo3.org',
'author_company' => '',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'frontend' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];