From 3f3447fc20a49642f5423f74bbfc67974c3594ef Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Wed, 20 Jul 2016 17:10:48 +0200
Subject: [PATCH] [TASK] sg_comments and rx_shariff are just suggestions

---
 ext_emconf.php | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/ext_emconf.php b/ext_emconf.php
index f2b9e76..5ea446c 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -1,6 +1,6 @@
 <?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' => '',
-);
-
-?>
+];
-- 
GitLab