Skip to content

Commit

Permalink
add support for automatic package discover
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavinjr committed Aug 31, 2017
1 parent f0772ad commit 44c3cc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@
"psr-4": {
"Bhavinjr\\Eazypay\\": "src/"
}
},

"extra": {
"laravel": {
"providers": [
"Bhavinjr\\Eazypay\\Providers\\EazypayServiceProvider"
]
}
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44c3cc7

Please sign in to comment.