Completed
Branch redis_lock (0ee3b1)
by Alexander
13:29
created
ext_emconf.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -11,29 +11,29 @@
 block discarded – undo
11 11
  ***************************************************************/
12 12
 
13 13
 $EM_CONF[$_EXTKEY] = array (
14
-	'title' => 'Tourstrean Redis Lock Strategy',
15
-	'description' => 'Set a Lock Strategy for Redis with priority 100',
16
-	'category' => 'fe',
17
-	'version' => '1.0.0',
18
-	'state' => 'stable',
19
-	'uploadfolder' => false,
20
-	'createDirs' => NULL,
21
-	'clearcacheonload' => false,
22
-	'author' => 'Alexander Miehe',
23
-	'author_email' => '[email protected]',
24
-	'author_company' => NULL,
25
-	'constraints' => 
26
-	array (
27
-		'depends' => 
28
-		array (
29
-			'typo3' => '7.6.0-7.99.99',
30
-		),
31
-		'conflicts' => 
32
-		array (
33
-		),
34
-		'suggests' => 
35
-		array (
36
-		),
37
-	),
14
+    'title' => 'Tourstrean Redis Lock Strategy',
15
+    'description' => 'Set a Lock Strategy for Redis with priority 100',
16
+    'category' => 'fe',
17
+    'version' => '1.0.0',
18
+    'state' => 'stable',
19
+    'uploadfolder' => false,
20
+    'createDirs' => NULL,
21
+    'clearcacheonload' => false,
22
+    'author' => 'Alexander Miehe',
23
+    'author_email' => '[email protected]',
24
+    'author_company' => NULL,
25
+    'constraints' => 
26
+    array (
27
+        'depends' => 
28
+        array (
29
+            'typo3' => '7.6.0-7.99.99',
30
+        ),
31
+        'conflicts' => 
32
+        array (
33
+        ),
34
+        'suggests' => 
35
+        array (
36
+        ),
37
+    ),
38 38
 );
39 39
 
Please login to merge, or discard this patch.