Skip to content

Commit

Permalink
Merge pull request #5 from okaufmann/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11
  • Loading branch information
trippo committed Apr 3, 2024
2 parents 1acbe2c + dc067ee commit f18dfb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/http": "^9.0|^10.0|^11.0",
"laravel/nova": "^3.0|^4.0"
},
"autoload": {
Expand Down

0 comments on commit f18dfb2

Please sign in to comment.