Compare commits

..

7 Commits

Author SHA1 Message Date
Sebastian Fischer
070b739e25 Merge branch 'release/2.0.1' 2025-02-06 19:00:35 +01:00
Sebastian Fischer
5221848541 Merge branch 'develop' of gitea.fischer.im:evoWeb/ew_base into develop 2025-02-06 18:58:37 +01:00
Sebastian Fischer
970a6ba72e Remove image processor from config 2025-02-06 18:57:17 +01:00
5ae976d5d8 Change error handler errors 2025-01-17 20:37:10 +01:00
ac27906e6b Fix deprecation for PHP 8.4 2025-01-17 20:34:25 +01:00
7a99446574 Remove clickstorm/cs-seo 2025-01-17 17:35:34 +01:00
Sebastian Fischer
c6d4bb2879 Merge tag '2.0.0' into develop
Release updates for TYPO3 13.4
2024-12-26 21:48:10 +01:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

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