Skip to content

Commit 603157e

Browse files
author
Coen Zimmerman
committed
Base compatibility with Laravel 11
1 parent 67e45f0 commit 603157e

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
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php" : "^8.1",
24-
"illuminate/support": "^9.0 || ^10.0",
25-
"illuminate/database": "^9.0 || ^10.0",
24+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
25+
"illuminate/database": "^9.0 || ^10.0 || ^11.0",
2626
"myclabs/php-enum": "^1.7"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)