feat(handler): 添加了通用异常捕获器

Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
李东云
2022-04-28 21:25:35 +08:00
parent 74f776912c
commit b02a2cc73f
4 changed files with 1568 additions and 279 deletions

View File

@@ -15,7 +15,8 @@
},
"require": {
"php": "~8.0",
"composer/composer": "*",
"ext-redis": "^5.3",
"composer/composer": ">=2.0",
"ergebnis/http-method": "^2.2",
"hyperf/config": "^2.2",
"hyperf/constants": "^2.2",
@@ -30,11 +31,13 @@
"hyperf/translation": "^2.2",
"lmc/http-constants": "^1.2",
"roave/dont": "^1.5",
"symfony/mailer": "^6.0",
"teapot/status-code": "^1.1"
},
"require-dev": {
"firebase/php-jwt": "^6.1",
"hyperf/session": "^2.2",
"hyperf/validation": "^2.2",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest"
},