Compare commits

..

No commits in common. "070b739e25a3ffe2e908fb3c14b091a68c45dba8" and "9a061411c46558ee239f3fb6dbc4365a99f7905b" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@ class AdditionalConfiguration
'loginRateLimit' => 10000,
],
'GFX' => [
'processor' => 'GraphicsMagick',
'processor_colorspace' => 'RGB',
'processor_path' => '/usr/bin/',
'processor_path_lzw' => '/usr/bin/',
@ -38,7 +39,7 @@ class AdditionalConfiguration
'systemLogLevel' => 0,
'exceptionalErrors' => 12290,
'errorHandlerErrors' => E_ALL & ~(
2048 /* deprecated E_STRICT */ | E_NOTICE | E_COMPILE_WARNING | E_COMPILE_ERROR
E_STRICT | E_NOTICE | E_WARNING | E_COMPILE_WARNING | E_COMPILE_ERROR
| E_CORE_WARNING | E_CORE_ERROR | E_PARSE | E_ERROR
),
],

View File

@ -35,7 +35,8 @@
"typo3/cms-tstemplate": "*",
"typo3/cms-scheduler": "*",
"helhum/typo3-console": "*"
"helhum/typo3-console": "*",
"clickstorm/cs-seo": "*"
},
"extra": {
"typo3/cms": {