Closed uniquexor closed 5 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?.. :/
We should then upgrade the dependencies. Will take a look.
This should no longer be a problem in league/oauth2-client >= 2.0.
Fixed, @fbonzon / @basvandorst could you close this issue?
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?.. :/