Passed
Push — master ( 66977c...58002c )
by Simon
01:58
created
ext_emconf.php 1 patch
Indentation   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -22,33 +22,33 @@
 block discarded – undo
22 22
  */
23 23
 
24 24
 $EM_CONF[$_EXTKEY] = [
25
-    'title' => 'GS Library',
26
-    'description' => 'GS Library is a collection of utility functions, base classes and other templates for the usage in other extensions.',
27
-    'version' => '0.0.3',
28
-    'category' => 'misc',
29
-    'constraints' => [
30
-        'depends' => [
31
-            'php' => '5.6.0-0.0.0',
32
-            'typo3' => '6.2.0-8.9.99'
33
-        ],
34
-        'conflicts' => [],
35
-        'suggests' => []
36
-    ],
37
-    'state' => 'beta',
38
-    'uploadfolder' => 0,
39
-    'createDirs' => '',
40
-    'clearCacheOnLoad' => 0,
41
-    'author' => 'Simon Gilli',
42
-    'author_email' => '[email protected]',
43
-    'author_company' => 'Gilbertsoft',
44
-    'autoload' => [
45
-        'psr-4' => [
46
-            'Gilbertsoft\\Lib\\' => 'Classes'
47
-        ]
48
-    ],
49
-    'autoload-dev' => [
50
-        'psr-4' => [
51
-            'Gilbertsoft\\Lib\\Tests\\' => 'Tests'
52
-        ]
53
-    ]
25
+	'title' => 'GS Library',
26
+	'description' => 'GS Library is a collection of utility functions, base classes and other templates for the usage in other extensions.',
27
+	'version' => '0.0.3',
28
+	'category' => 'misc',
29
+	'constraints' => [
30
+		'depends' => [
31
+			'php' => '5.6.0-0.0.0',
32
+			'typo3' => '6.2.0-8.9.99'
33
+		],
34
+		'conflicts' => [],
35
+		'suggests' => []
36
+	],
37
+	'state' => 'beta',
38
+	'uploadfolder' => 0,
39
+	'createDirs' => '',
40
+	'clearCacheOnLoad' => 0,
41
+	'author' => 'Simon Gilli',
42
+	'author_email' => '[email protected]',
43
+	'author_company' => 'Gilbertsoft',
44
+	'autoload' => [
45
+		'psr-4' => [
46
+			'Gilbertsoft\\Lib\\' => 'Classes'
47
+		]
48
+	],
49
+	'autoload-dev' => [
50
+		'psr-4' => [
51
+			'Gilbertsoft\\Lib\\Tests\\' => 'Tests'
52
+		]
53
+	]
54 54
 ];
55 55
\ No newline at end of file
Please login to merge, or discard this patch.