Skip to content
Snippets Groups Projects
Commit 3f3447fc authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] sg_comments and rx_shariff are just suggestions

parent 40d85485
No related branches found
No related tags found
No related merge requests found
<?php <?php
$EM_CONF[$_EXTKEY] = array( $EM_CONF[$_EXTKEY] = [
'title' => 'sgalinski News System', 'title' => 'sgalinski News System',
'description' => 'News System', 'description' => 'News System',
'category' => 'plugin', 'category' => 'plugin',
...@@ -20,18 +20,17 @@ $EM_CONF[$_EXTKEY] = array( ...@@ -20,18 +20,17 @@ $EM_CONF[$_EXTKEY] = array(
'clearCacheOnLoad' => 0, 'clearCacheOnLoad' => 0,
'lockType' => '', 'lockType' => '',
'version' => '3.2.0', 'version' => '3.2.0',
'constraints' => array( 'constraints' => [
'depends' => array( 'depends' => [
'typo3' => '7.6.0-7.6.99', 'typo3' => '7.6.0-7.6.99',
'php' => '5.5.0-5.6.99', 'php' => '5.5.0-5.6.99',
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '1.0.0-', 'sg_comments' => '1.0.0-',
'rx_shariff' => '5.0.1-', 'rx_shariff' => '5.0.1-',
), ],
'conflicts' => array(), ],
'suggests' => array(), 'suggests' => [],
),
'suggests' => array(),
'_md5_values_when_last_written' => '', '_md5_values_when_last_written' => '',
); ];
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment