Skip to content

Commit

Permalink
Merge pull request #1 from hlca/master
Browse files Browse the repository at this point in the history
updated passport added package discovery
  • Loading branch information
anandsiddharth committed Jun 13, 2018
2 parents 581330b + c9af9cf commit 7289563
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"laravel/passport": "^5.0",
"laravel/passport": "^5.0 || ^6.0",
"laravel/socialite": "^3.0",
"illuminate/support": "^5.0",
"anandsiddharth/league-oauth2-social" : "^1.0"
Expand All @@ -19,5 +19,12 @@
"psr-4": {
"Anand\\Laravel\\PassportSocialite\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Anand\\Laravel\\PassportSocialite\\PassportSocialiteServiceProvider"
]
}
}
}

0 comments on commit 7289563

Please sign in to comment.