Use Whoops only if installed, otherwise use myaac exception handler

This commit is contained in:
slawkens
2023-06-02 15:20:07 +02:00
parent 0f30ebbcea
commit 48822b6561
4 changed files with 143 additions and 9 deletions

View File

@@ -11,7 +11,9 @@
"twig/twig": "^2.0",
"erusev/parsedown": "^1.7",
"nikic/fast-route": "^1.3",
"matomo/device-detector": "^6.0",
"matomo/device-detector": "^6.0"
},
"require-dev": {
"filp/whoops": "^2.15"
}
}