Skip to content

Commit

Permalink
add a nova minimum version requirement to prevent breaking older vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
johanvanhelden committed Aug 27, 2019
1 parent cbcadb9 commit a605ddf
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 @@ -14,7 +14,8 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0"
"php": ">=7.1.0",
"laravel/nova": "^2.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a605ddf

Please sign in to comment.