We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d55f5 commit 4d52391Copy full SHA for 4d52391
1 file changed
composer.json
@@ -4,10 +4,19 @@
4
"license": "MIT",
5
"description": "Webman plugin jnewer/exception-handler",
6
"require": {
7
+ "php": ">=7.4",
8
+ "ext-json": "*",
9
+ "illuminate/validation": ">=8.0",
10
+ "workerman/webman-framework": "^1.5"
11
},
12
"autoload": {
13
"psr-4": {
14
"Jnewer\\ExceptionHandler\\": "src"
15
}
16
+ },
17
+ "require-dev": {
18
+ "illuminate/database": ">=8.0",
19
+ "webman-tech/laravel-translation": "^1.0",
20
+ "workerman/webman": "^1.0"
21
22
0 commit comments