Skip to content

Commit

Permalink
Merge pull request #100 from lukepolo/patch-3
Browse files Browse the repository at this point in the history
Laravel 5.5 - Autodiscover
  • Loading branch information
faustbrian committed Aug 28, 2017
2 parents d394a29 + 2943087 commit f52c2c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@
"SocialiteProviders\\Manager\\Test\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"SocialiteProviders\\Manager\\ServiceProvider"
]
}
},
"minimum-stability": "stable"
}

0 comments on commit f52c2c5

Please sign in to comment.