Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add package auto-discovery settings (merge from master (webpatser#78))
  • Loading branch information
s5a6m committed Jan 23, 2018
1 parent cf29cdb commit c8f6761
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,15 @@
"support" : {
"source" : "https://github.com/webpatser/laravel-countries",
"issues" : "https://github.com/webpatser/laravel-countries/issues"
},
"extra": {
"laravel": {
"providers": [
"Webpatser\\Countries\\CountriesServiceProvider"
],
"aliases": {
"Countries": "Webpatser\\Countries\\CountriesFacade"
}
}
}
}

0 comments on commit c8f6761

Please sign in to comment.