Skip to content

Commit 30e23b8

Browse files
committed
Laravel 11 support
1 parent f68a05f commit 30e23b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"require": {
1717
"php": "^8.1",
1818
"ext-pdo": "*",
19-
"illuminate/contracts": "^10.0",
20-
"illuminate/support": "^10.0",
21-
"illuminate/database": "^10.0",
19+
"illuminate/contracts": "^10.0|^11.0",
20+
"illuminate/support": "^10.0|^11.0",
21+
"illuminate/database": "^10.0|^11.0",
2222
"psr/log": "^1|^2|^3"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)