TYPO3ContentElements/ext_emconf.php
Daniel Siepmann 6e47f165e9
Add PHP 7.2 compatibility
Also ensure code works in all compatibilities via GitHub Actions.
Also add further checks like XML compatibility, CGL, etc.
2020-09-22 13:27:52 +02:00

22 lines
521 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'SkillDisplay',
'description' => 'Integrates SkillDisplay',
'category' => 'fe',
'state' => 'alpha',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '0.1.0',
'constraints' => [
'depends' => [
'core' => '',
],
'conflicts' => [],
'suggests' => [],
],
];