Skip to content

Commit

Permalink
Support Auto-Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
palpalani authored and SammyK committed Jul 22, 2017
1 parent 265854b commit 19b8040
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 @@ -39,5 +39,15 @@
},
"branch-alias": {
"dev-master": "3.x-dev"
},
"extra": {
"laravel": {
"providers": [
"SammyK\\LaravelFacebookSdk\\LaravelFacebookSdkServiceProvider"
],
"aliases": {
"Facebook": "SammyK\\LaravelFacebookSdk\\FacebookFacade"
}
}
}
}

0 comments on commit 19b8040

Please sign in to comment.