Completed
Push — master ( ff08ba...1d3031 )
by Fabien
05:56
created
ext_emconf.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -19,15 +19,15 @@
 block discarded – undo
19 19
   'version' => '2.0.1',
20 20
   'constraints' =>
21 21
   array (
22
-    'depends' =>
23
-    array (
24
-      'typo3' => '7.6.0-7.99.99',
25
-    ),
26
-    'conflicts' =>
27
-    array (
28
-    ),
29
-    'suggests' =>
30
-    array (
31
-    ),
22
+	'depends' =>
23
+	array (
24
+	  'typo3' => '7.6.0-7.99.99',
25
+	),
26
+	'conflicts' =>
27
+	array (
28
+	),
29
+	'suggests' =>
30
+	array (
31
+	),
32 32
   )
33 33
 );
Please login to merge, or discard this patch.