Skip to content

Commit

Permalink
Merge pull request #94 from robindirksen1/robindirksen1-patch-1
Browse files Browse the repository at this point in the history
StyleCI & Laravel package discovery
  • Loading branch information
webpatser authored Jul 12, 2019
2 parents 18fcdf8 + c135d13 commit 9d656c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
preset: laravel
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 9d656c3

Please sign in to comment.