We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bf391 commit 90a4f08Copy full SHA for 90a4f08
composer.json
@@ -4,8 +4,10 @@
4
"license": "MIT",
5
"description": "Webman database",
6
"require": {
7
- "workerman/webman-framework": "^2.0.0 || dev-master",
8
- "webman/coroutine": "^1.0.0 || dev-main"
+ "workerman/webman-framework": "^2.0 || dev-master",
+ "webman/coroutine": "^1.0 || dev-main",
9
+ "illuminate/database": "^10.0",
10
+ "laravel/serializable-closure": "^2.0"
11
},
12
"autoload": {
13
"psr-4": {
0 commit comments