Skip to content

Commit

Permalink
Add nova requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Gabriel committed Aug 24, 2018
1 parent 5da17f9 commit 8c0c770
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 @@ -15,7 +15,8 @@
}
],
"require": {
"php": ">=7.1.0"
"php": ">=7.1.0",
"laravel/nova": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8c0c770

Please sign in to comment.