-
Notifications
You must be signed in to change notification settings - Fork 216
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
Support for php-jwt 5 #210
Comments
@victoriafrench This seems like an ideal update for 6.x (although there is no firm release date for this). I had a quick look and although it is a major, there is no mention of any breaking changes or migration requirements. Did you try setting |
@cocojoe no we haven't tried yet. We are just now integrating the sdk in our site. That is the reason it came up as we were trying to figure out how to make things coexist together. |
@cocojoe Please bump |
@joshcanhelp can you take a look at this please, the min PHP for |
@cocojoe - I ran through the 5.0 release and nothing jumps out at me. Ran through the unit tests and everything related passed. Differences in the library are here: firebase/php-jwt@v4.0.0...firebase:v5.0.0 Seems like the most likely candidate for issues is JWT::verify(), which we're not using at all. |
Fixed in v5.1.0 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When will support for php-jwt 5 be coming? We have other composer plugins that require 5 and this is becoming an issue. google/apiclient has its dependency set to 4.0 || 5.0. Will an update be coming for this?
The text was updated successfully, but these errors were encountered: