Skip to content

Commit 4d52391

Browse files
jikangjikang
authored andcommitted
update:添加依赖
1 parent c6d55f5 commit 4d52391

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@
44
"license": "MIT",
55
"description": "Webman plugin jnewer/exception-handler",
66
"require": {
7+
"php": ">=7.4",
8+
"ext-json": "*",
9+
"illuminate/validation": ">=8.0",
10+
"workerman/webman-framework": "^1.5"
711
},
812
"autoload": {
913
"psr-4": {
1014
"Jnewer\\ExceptionHandler\\": "src"
1115
}
16+
},
17+
"require-dev": {
18+
"illuminate/database": ">=8.0",
19+
"webman-tech/laravel-translation": "^1.0",
20+
"workerman/webman": "^1.0"
1221
}
1322
}

0 commit comments

Comments
 (0)