Skip to content

Commit 311a765

Browse files
authored
support laravel 11
1 parent b40d46b commit 311a765

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"workerman/webman-framework": "^2.0 || dev-master",
88
"workerman/webman": "^2.0",
99
"webman/coroutine": "^1.0 || dev-main",
10-
"illuminate/database": "^10.0",
10+
"illuminate/database": "^10.0 || ^11.0",
1111
"laravel/serializable-closure": "^2.0"
1212
},
1313
"autoload": {
@@ -18,4 +18,4 @@
1818
},
1919
"minimum-stability": "dev",
2020
"prefer-stable": true
21-
}
21+
}

0 commit comments

Comments
 (0)