Skip to content

Commit

Permalink
Update composer.json for Nova v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Krato committed May 3, 2019
1 parent 557b9b2 commit 45157c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"nova",
"filemanager"
],
"repositories": [
{
"type": "path",
"url": "../../nova"
}
],
"homepage": "https://github.com/krato/nova-filemanager",
"license": "MIT",
"authors": [
Expand All @@ -28,7 +22,7 @@
],
"require": {
"php": ">=7.1.0",
"laravel/nova": "*"
"laravel/nova": "~2.0"
},
"require-dev": {
"orchestra/testbench": "^3.6",
Expand Down

0 comments on commit 45157c2

Please sign in to comment.