Composer package update

This commit is contained in:
Clemens Schwaighofer
2024-12-18 10:38:34 +09:00
parent e71c53b887
commit e4dd73d0e9
65 changed files with 377 additions and 151 deletions

View File

@@ -12,7 +12,7 @@ $PRINT_ALL = false;
$ECHO_ALL = true;
$DB_DEBUG = true;
error_reporting(E_ALL | E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);
error_reporting(E_ALL | E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);
ob_start();