-
Fabian Galinski authoredFabian Galinski authored
ext_emconf.php 802 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.6.4',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
'php' => '7.0.0-7.2.99',
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '2.1.0-',
'rx_shariff' => '5.0.1-',
'sg_ajax' => '1.0.6-',
'languagevisibility' => '1.1.0-',
],
],
'suggests' => [],
];