@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | * "version" and "dependencies" must not be touched! |
| 23 | 23 | ***************************************************************/ |
| 24 | 24 | |
| 25 | -$EM_CONF[$_EXTKEY] = array( |
|
| 25 | +$EM_CONF[$_EXTKEY] = array ( |
|
| 26 | 26 | 'title' => 'Qucosa Publication', |
| 27 | 27 | 'description' => '', |
| 28 | 28 | 'category' => 'plugin', |
@@ -34,14 +34,14 @@ discard block |
||
| 34 | 34 | 'createDirs' => 'uploads/tx_dpf', |
| 35 | 35 | 'clearCacheOnLoad' => 0, |
| 36 | 36 | 'version' => '1.3.12', |
| 37 | - 'constraints' => array( |
|
| 38 | - 'depends' => array( |
|
| 37 | + 'constraints' => array ( |
|
| 38 | + 'depends' => array ( |
|
| 39 | 39 | 'typo3' => '6.2.0-7.6.99', |
| 40 | 40 | 'static_info_tables' => '6.3.0' |
| 41 | 41 | ), |
| 42 | - 'conflicts' => array( |
|
| 42 | + 'conflicts' => array ( |
|
| 43 | 43 | ), |
| 44 | - 'suggests' => array( |
|
| 44 | + 'suggests' => array ( |
|
| 45 | 45 | ), |
| 46 | 46 | ), |
| 47 | 47 | ); |