@@ -11,29 +11,29 @@ |
||
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 |