phpmentoring / webapp

PHP Mentoring matching website
http://php-mentoring.org/
MIT License
46 stars 30 forks source link

Upgrade to the newest League OAuth for Github #85

Closed dragonmantank closed 7 years ago

dragonmantank commented 8 years ago

Found out while working on the Sculpin blog stuff, but the version of League's OAuth needs to be updated. This will require some code changes as it's changed since the version 0.4 we've been using.

dragonmantank commented 8 years ago

Blocked as part of the Silex upgrade, #89

dragonmantank commented 7 years ago

This was done as part of #89, we are now on:

"league/oauth2-client": "^1.4",
"league/oauth2-github": "^0.2.1",