@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -$EM_CONF[$_EXTKEY] = array ( |
|
2 | +$EM_CONF[$_EXTKEY] = array( |
|
3 | 3 | 'title' => 'Context Banner', |
4 | 4 | 'description' => 'Adds a small Banner in both FE and BE and changes title tag to easier distinct development, testing and production context', |
5 | 5 | 'category' => 'misc', |
@@ -22,32 +22,32 @@ discard block |
||
22 | 22 | 'CGLcompliance' => '', |
23 | 23 | 'CGLcompliance_note' => '', |
24 | 24 | 'constraints' => |
25 | - array ( |
|
25 | + array( |
|
26 | 26 | 'depends' => |
27 | - array ( |
|
27 | + array( |
|
28 | 28 | 'typo3' => '9.5.0-8.7.99', |
29 | 29 | ), |
30 | 30 | 'conflicts' => |
31 | - array ( |
|
31 | + array( |
|
32 | 32 | ), |
33 | 33 | 'suggests' => |
34 | - array ( |
|
34 | + array( |
|
35 | 35 | ), |
36 | 36 | ), |
37 | 37 | 'suggests' => |
38 | - array ( |
|
38 | + array( |
|
39 | 39 | ), |
40 | 40 | 'autoload' => |
41 | - array ( |
|
41 | + array( |
|
42 | 42 | 'psr-4' => |
43 | - array ( |
|
43 | + array( |
|
44 | 44 | 'CarstenWindler\\ContextBanner\\' => 'Classes', |
45 | 45 | ), |
46 | 46 | ), |
47 | 47 | 'autoload-dev' => |
48 | - array ( |
|
48 | + array( |
|
49 | 49 | 'psr-4' => |
50 | - array ( |
|
50 | + array( |
|
51 | 51 | 'CarstenWindler\\ContextBanner\\Tests\\' => 'Tests', |
52 | 52 | ), |
53 | 53 | ), |