Skip to content

Commit

Permalink
update: Nova dependency version (#41)
Browse files Browse the repository at this point in the history
- Updated `laravel/nova` to require 5.0+
- Updated `spatie/laravel-permission` to require 5.0+
  • Loading branch information
kiritokatklian authored Jan 4, 2025
1 parent 23af107 commit df020c9
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 @@ -8,9 +8,9 @@
],
"license": "MIT",
"require": {
"php": "^7.4|^8.0|^8.1",
"spatie/laravel-permission": "^3.0|^4.0|^5.0|^6.0",
"laravel/nova": "^4.0|^5.0"
"php": "^8.1",
"spatie/laravel-permission": "^5.0|^6.0",
"laravel/nova": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit df020c9

Please sign in to comment.