Skip to content

Commit

Permalink
Merge pull request #4 from adrian1207/feature/Package_autodiscovery
Browse files Browse the repository at this point in the history
Package auto-discovery [issue #3]
  • Loading branch information
axotion authored Feb 19, 2018
2 parents 6b8817b + 3869599 commit 21b0fd8
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 @@ -44,6 +44,14 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Evilnet\\Dotpay\\DotpayServiceProvider"
],
"aliases": {
"Dotpay": "Evilnet\\Dotpay\\Facades\\Dotpay"
}
}
},
"config": {
Expand Down

0 comments on commit 21b0fd8

Please sign in to comment.