Skip to content

Commit 90abfaa

Browse files
authored
Update version constraints for illuminate packages
Updated illuminate/database and illuminate/http version constraints to include 13.0.
1 parent 5a1463c commit 90abfaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "Webman database",
66
"require": {
77
"workerman/webman-framework": "^2.1 || dev-master",
8-
"illuminate/database": "^10.0 || ^11.0 || ^12.0",
9-
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
8+
"illuminate/database": "^10.0 || ^11.0 || ^12.0 || ^13.0",
9+
"illuminate/http": "^10.0 || ^11.0 || ^12.0 || ^13.0",
1010
"laravel/serializable-closure": "^1.0 || ^2.0"
1111
},
1212
"autoload": {

0 commit comments

Comments
 (0)