-
Kevin Ditscheid authoredKevin Ditscheid authored
ext_emconf.php 801 B
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'News System',
'description' => 'News System',
'category' => 'plugin',
'author' => 'Stefan Galinski',
'author_email' => 'stefan@sgalinski.de',
'author_company' => 'sgalinski Internet Services',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '5.9.0',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
'php' => '7.0.0-7.3.99',
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '3.0.0',
'rx_shariff' => '11.1.0',
'sg_ajax' => '1.0.6-',
'languagevisibility' => '1.1.0-',
],
],
'suggests' => [],
];