Skip to content

Commit 90a4f08

Browse files
committed
illuminate/database
1 parent 16bf391 commit 90a4f08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"license": "MIT",
55
"description": "Webman database",
66
"require": {
7-
"workerman/webman-framework": "^2.0.0 || dev-master",
8-
"webman/coroutine": "^1.0.0 || dev-main"
7+
"workerman/webman-framework": "^2.0 || dev-master",
8+
"webman/coroutine": "^1.0 || dev-main",
9+
"illuminate/database": "^10.0",
10+
"laravel/serializable-closure": "^2.0"
911
},
1012
"autoload": {
1113
"psr-4": {

0 commit comments

Comments
 (0)