diff --git a/composer.json b/composer.json index df5ab005..4c0b821d 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0", "symfony/config": "^5.0", "symfony/console": "^5.0", + "symfony/runtime": "^5.4", "symfony/dependency-injection": "^5.0", "symfony/stopwatch": "^5.2", "symfony/http-kernel": "^5.0", diff --git a/src/lib/ErrorHandler/IbexaErrorHandler.php b/src/lib/ErrorHandler/IbexaErrorHandler.php new file mode 100644 index 00000000..e9c04b03 --- /dev/null +++ b/src/lib/ErrorHandler/IbexaErrorHandler.php @@ -0,0 +1,17 @@ + 80200) { + error_reporting(E_ALL & ~E_DEPRECATED); + } + } +} \ No newline at end of file