You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Declaration of Mollie\OAuth2\Client\Provider\Mollie::getResourceOwnerDetailsUrl(League\OAuth2\Client\Token\AccessToken $token) must be compatible with League\OAuth2\Client\Provider\AbstractProvider::getResourceOwnerDetailsUrl(League\OAuth2\Client\Token\AccessTokenInterface $token) in /project/vendor/mollie/oauth2-mollie-php/src/Provider/Mollie.php on line 10
Forced use of league/oauth2-client 2.3.1 resolves this problem, I think this should be set as the "maximum" version of league/oauth2-client that can be used with "this" version of mollie/oauth2-mollie-php
The text was updated successfully, but these errors were encountered:
holtkamp
changed the title
Use AccessTokenInterface as of league/oauth2-client 2.4.0
Use AccessTokenInterface as of league/oauth2-client 2.4.0
Nov 22, 2018
league/oauth2-client
2.4.0
introduced aAccessTokenInterface
.Not using it causes an error:
Forced use of league/oauth2-client
2.3.1
resolves this problem, I think this should be set as the "maximum" version ofleague/oauth2-client
that can be used with "this" version ofmollie/oauth2-mollie-php
The text was updated successfully, but these errors were encountered: