Merge branch 'develop' of gitea.fischer.im:evoWeb/ew_base into develop

This commit is contained in:
Sebastian Fischer 2025-02-06 18:58:37 +01:00
commit 5221848541
2 changed files with 2 additions and 3 deletions

View File

@ -38,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": {