composer: switching OAuth implementation.
This commit is contained in:
parent
08ad47caf7
commit
205b8477f2
2 changed files with 403 additions and 136 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"require": {
|
||||
"robmorgan/phinx": "^0.9.2",
|
||||
"opauth/google": "^0.2.2",
|
||||
"opauth/twitter": "^0.3.1",
|
||||
"opauth/github": "^0.1.0"
|
||||
"league/oauth2-client": "^2.3",
|
||||
"league/oauth2-github": "^2.0",
|
||||
"league/oauth2-google": "^2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue