Skip to content

Commit f18dfb2

Browse files
authored
Merge pull request #5 from okaufmann/l11-compatibility
Laravel 11
2 parents 1acbe2c + dc067ee commit f18dfb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=8.1",
12-
"illuminate/database": "^9.0|^10.0",
13-
"illuminate/support": "^9.0|^10.0",
14-
"illuminate/http": "^9.0|^10.0",
12+
"illuminate/database": "^9.0|^10.0|^11.0",
13+
"illuminate/support": "^9.0|^10.0|^11.0",
14+
"illuminate/http": "^9.0|^10.0|^11.0",
1515
"laravel/nova": "^3.0|^4.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)