Skip to content

Commit

Permalink
Fix Laravel Nova installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhae-de committed Oct 26, 2019
1 parent 3557665 commit b5ff854
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"filter"
],
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://nova.laravel.com"
}
],
"require": {
"php": "^7.1",
"laravel/framework": "^5.8 || ^6.0",
Expand Down

0 comments on commit b5ff854

Please sign in to comment.