Skip to content

Commit

Permalink
Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo committed Feb 15, 2023
1 parent 61e80e8 commit 927b879
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
],
"license": "MIT",
"require": {
"php": ">=8.1.0",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"illuminate/http": "^9.0",
"laravel/nova": "^3.0 | ^4.0"
"php": ">=8.1",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"laravel/nova": "^3.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 927b879

Please sign in to comment.