We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * LICENSE.txt file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -$EM_CONF[$_EXTKEY] = array ( |
|
12 | +$EM_CONF[$_EXTKEY] = array( |
|
13 | 13 | 'title' => 'Kitodo.Presentation', |
14 | 14 | 'description' => 'Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.', |
15 | 15 | 'category' => 'fe', |
@@ -22,18 +22,18 @@ discard block |
||
22 | 22 | 'createDirs' => '', |
23 | 23 | 'clearCacheOnLoad' => FALSE, |
24 | 24 | 'version' => '2.3.0', |
25 | - 'constraints' => array ( |
|
26 | - 'depends' => array ( |
|
25 | + 'constraints' => array( |
|
26 | + 'depends' => array( |
|
27 | 27 | 'php' => '7.0.0-', |
28 | 28 | 'typo3' => '7.6.0-', |
29 | 29 | ), |
30 | - 'conflicts' => array ( |
|
30 | + 'conflicts' => array( |
|
31 | 31 | ), |
32 | - 'suggests' => array ( |
|
32 | + 'suggests' => array( |
|
33 | 33 | ), |
34 | 34 | ), |
35 | - 'autoload' => array ( |
|
36 | - 'classmap' => array ( |
|
35 | + 'autoload' => array( |
|
36 | + 'classmap' => array( |
|
37 | 37 | 'vendor/solarium', |
38 | 38 | 'vendor/symfony/event-dispatcher', |
39 | 39 | 'cli/class.tx_dlf_cli.php', |
@@ -18,9 +18,9 @@ |
||
18 | 18 | 'author_company' => 'http://www.kitodo.org/', |
19 | 19 | 'state' => 'stable', |
20 | 20 | 'internal' => '', |
21 | - 'uploadfolder' => TRUE, |
|
21 | + 'uploadfolder' => true, |
|
22 | 22 | 'createDirs' => '', |
23 | - 'clearCacheOnLoad' => FALSE, |
|
23 | + 'clearCacheOnLoad' => false, |
|
24 | 24 | 'version' => '2.3.0', |
25 | 25 | 'constraints' => array ( |
26 | 26 | 'depends' => array ( |