Skip to content

Commit

Permalink
Add Composer config for package auto-discover (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda authored and davidhemphill committed Jan 23, 2018
1 parent c2c139c commit 61bcbf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@
},
"config": {
"preferred-install": "dist"
},
"extra": {
"laravel": {
"providers": [
"Hemp\\Presenter\\PresenterServiceProvider"
]
}
}
}

0 comments on commit 61bcbf7

Please sign in to comment.