basvandorst / StravaPHP

Strava API REST client with OAuth authentication
MIT License
184 stars 67 forks source link

Throws deprecated warning on php 7.1 #40

Closed uniquexor closed 5 years ago

uniquexor commented 6 years ago

mcrypt has been deprecated since php 7.1 and this package throws a warning when trying to call OAuth::getAuthorizationUrl method. As I can see this method is defined in one of the dependencies, so it probably will not be a quick fix?.. :/

fbonzon commented 6 years ago

We should then upgrade the dependencies. Will take a look.

vredeling commented 6 years ago

This should no longer be a problem in league/oauth2-client >= 2.0.

vredeling commented 6 years ago

Fixed, @fbonzon / @basvandorst could you close this issue?