We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9832602 commit e55f3faCopy full SHA for e55f3fa
1 file changed
composer.json
@@ -4,19 +4,17 @@
4
"license": "MIT",
5
"description": "Webman plugin jnewer/exception-handler",
6
"require": {
7
- "php": ">=7.4",
+ "php": ">=8.1",
8
"ext-json": "*",
9
"illuminate/validation": ">=8.0",
10
- "workerman/webman-framework": "^1.5"
+ "workerman/webman-framework": ">=2.1"
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"
+ "illuminate/database": ">=8.0"
21
22
0 commit comments