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
$EM_CONF[$_EXTKEY] = array(
$EM_CONF[$_EXTKEY] = [
'title' => 'sgalinski News System',
'description' => 'News System',
'category' => 'plugin',
......@@ -20,18 +20,17 @@ $EM_CONF[$_EXTKEY] = array(
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '3.2.0',
'constraints' => array(
'depends' => array(
'constraints' => [
'depends' => [
'typo3' => '7.6.0-7.6.99',
'php' => '5.5.0-5.6.99',
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '1.0.0-',
'rx_shariff' => '5.0.1-',
),
'conflicts' => array(),
'suggests' => array(),
),
'suggests' => array(),
],
],
'suggests' => [],
'_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