Skip to content

Commit

Permalink
Support Nova 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lptn authored Dec 15, 2024
1 parent c1810ac commit fe6e90b
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 fe6e90b

Please sign in to comment.