Skip to content

Commit

Permalink
Merge pull request #84 from Omranic/patch-1
Browse files Browse the repository at this point in the history
Support Auto-Discovery
  • Loading branch information
Torann authored Jun 21, 2017
2 parents 6b5854c + d414197 commit da0808c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Torann\\GeoIP\\GeoIPServiceProvider"
],
"aliases": {
"GeoIP": "Torann\\GeoIP\\Facades\\GeoIP"
}
}
}
}

0 comments on commit da0808c

Please sign in to comment.