Skip to content

Commit

Permalink
Cut nova requirement
Browse files Browse the repository at this point in the history
Causes issues with `composer require [this package]`.
Also semi-redundant, as nova is an implied requirement from the repo name.
  • Loading branch information
LorenzoSapora authored Apr 28, 2019
1 parent 31b6c09 commit 248ec25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0",
"laravel/nova": ">=1.0"
"php": ">=7.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 248ec25

Please sign in to comment.