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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
The documentation specify that the client works with PHP >= 5.4.0. But classes ScopeValidator and TokenFetcher define array constants, which are only supported in PHP >= 5.6.0.
This throws the following error: Arrays are not allowed in class constants.
The text was updated successfully, but these errors were encountered:
Hey @hishamyounis, thank you for catching that, I'm afraid I won't be able to attend to this in the next few days, but I would love you to issue a PR to fix that and I'll merge that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation specify that the client works with PHP >= 5.4.0. But classes
ScopeValidator
andTokenFetcher
define array constants, which are only supported in PHP >= 5.6.0.This throws the following error:
Arrays are not allowed in class constants
.The text was updated successfully, but these errors were encountered: