ext_emconf.php 765 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' => '3.9.3',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
'php' => '5.5.0-7.1.99',
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '2.1.0-',
'rx_shariff' => '5.0.1-',
'sg_ajax' => '1.0.6-',
],
],
'suggests' => [],
];