-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you support PSR Cache in version 3? #373
Comments
Blocking upgrade to PHP8.1 due to this being the only library left that needs 1.0/2.0 and not 3.0. |
related PR: #364 |
In our case, this support is blocking us from adopting Firebase as a push notification service, we are up-to-date using PHP 8.1, so our main option is to use the legacy IMO droping support for end-of-life PHP version in a new major release (#322) is the best move here, but is a bit worrying the lack of recent progress on the PR, I'm open to help if neccessary. |
Running into similar (blocking) issues here, hope this can be resolved soon. |
To implement 3.0 is not trivial - we'd have to either drop support for PHP < 8.0 ( Thank you for your feedback. |
PHP 5.x has been EOL for a few years now (3yr2mo) so I think dropping support for it would certainly raise the least eyebrows. |
I've updated the PR so the library has a minimum of PHP 7.1, and uses the Please use composer to try this branch out and see if it works for you
|
This is now released in v1.20.0 |
Is your feature request related to a problem? Please describe.
Some other vendor used in my project uses PSR cache in version 3 not in version 2 so there is conflict.
Describe the solution you'd like
Please support PSR Cache in version 3 also.
Describe alternatives you've considered
I've wrote also to that other vendor to support also version 2. But version 3 is newest so should be also supported by Google Auth
The text was updated successfully, but these errors were encountered: