Add Whoops as error handler

This commit is contained in:
Maarten 2019-12-26 01:16:03 +01:00
parent 032d8ff101
commit e516e6cbdf
4 changed files with 152 additions and 7 deletions

View file

@ -9,6 +9,7 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"filp/whoops": "^2.6",
"php-di/php-di": "^6.0",
"twig/twig": "^3.0"
},