Skip to content

Commit

Permalink
Support Auto-Discovery (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic authored and barryvdh committed Aug 14, 2017
1 parent 314b722 commit f08c7e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Snappy\\ServiceProvider"
],
"aliases": {
"PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
"SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
}
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit f08c7e5

Please sign in to comment.