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 Jan 20, 2024. It is now read-only.
Does this library support firebase/php-jwt version 6? composer.json requires "firebase/php-jwt":">=5.0.0" but it seems the upgrade to version 6 has quite a few breaking changes:
firebase/php-jwt version 6 was released in 2022 and the composer.json for this project has not been updated since 2019. So I think this might lead to incompatibilities.
Describe the solution you'd like
Confirmation whether this library supports firebase/php-jwt v6? If not, locking to version 5: "firebase/php-jwt":"^5.0".
The text was updated successfully, but these errors were encountered:
Does this library support
firebase/php-jwt
version 6?composer.json
requires"firebase/php-jwt":">=5.0.0"
but it seems the upgrade to version 6 has quite a few breaking changes:firebase/php-jwt
version 6 was released in 2022 and thecomposer.json
for this project has not been updated since 2019. So I think this might lead to incompatibilities.Describe the solution you'd like
Confirmation whether this library supports firebase/php-jwt v6? If not, locking to version 5:
"firebase/php-jwt":"^5.0"
.The text was updated successfully, but these errors were encountered: