Skip to content

Commit

Permalink
Added Nova 5 support (#15)
Browse files Browse the repository at this point in the history
There is no real impact in the upgrade to Nova 5, so updating the composer is enough
  • Loading branch information
niekdemelker authored Dec 27, 2024
1 parent eebb059 commit fc97efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0|^11.0",
"laravel/nova": "^4.26"
"laravel/nova": "^4.26|^5.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit fc97efe

Please sign in to comment.