Skip to content

Commit

Permalink
Merge pull request #9 from koot-labs/nova-5
Browse files Browse the repository at this point in the history
Support Nova 5
  • Loading branch information
markwalet authored Dec 16, 2024
2 parents c1810ac + fe6e90b commit eb2f107
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": "^7.4||^8.0",
"laravel/framework": "^9.0|^10.0|^11.0",
"laravel/nova": "^4.0"
"php": "^8.1",
"laravel/framework": "^10.0 || ^11.0",
"laravel/nova": "^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eb2f107

Please sign in to comment.