Archived
1
0
Fork 0

composer: switching OAuth implementation.

This commit is contained in:
Henrik Hautakoski 2018-04-06 09:39:34 +02:00
parent 08ad47caf7
commit 205b8477f2
2 changed files with 403 additions and 136 deletions

View file

@ -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"
}
}