Skip to content

Commit

Permalink
add laravel Package Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLer committed Oct 26, 2017
1 parent bf4cddf commit 804aa23
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 @@ -20,5 +20,15 @@
"psr-4": {
"Zarinpal\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Zarinpal\\Laravel\\ZarinpalServiceProvider"
],
"aliases": {
"Zarinpal": "Zarinpal\\Laravel\\Facade\\Zarinpal"
}
}
}
}

0 comments on commit 804aa23

Please sign in to comment.