Skip to content

Commit

Permalink
Add Nova version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sietse85 committed May 27, 2022
1 parent 15b2786 commit d530ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"version": "1.0.4",
"license": "MIT",
"require": {
"php": "^7.4|^8.0"
"php": "^7.4|^8.0",
"laravel/nova": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d530ab9

Please sign in to comment.