Skip to content

Commit e55f3fa

Browse files
committed
update:支持webman2.0
1 parent 9832602 commit e55f3fa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
"license": "MIT",
55
"description": "Webman plugin jnewer/exception-handler",
66
"require": {
7-
"php": ">=7.4",
7+
"php": ">=8.1",
88
"ext-json": "*",
99
"illuminate/validation": ">=8.0",
10-
"workerman/webman-framework": "^1.5"
10+
"workerman/webman-framework": ">=2.1"
1111
},
1212
"autoload": {
1313
"psr-4": {
1414
"Jnewer\\ExceptionHandler\\": "src"
1515
}
1616
},
1717
"require-dev": {
18-
"illuminate/database": ">=8.0",
19-
"webman-tech/laravel-translation": "^1.0",
20-
"workerman/webman": "^1.0"
18+
"illuminate/database": ">=8.0"
2119
}
2220
}

0 commit comments

Comments
 (0)