Releases: kreait/firebase-tokens-php
5.2.0
5.1.0
4.3.0
Added support for PHP 8.3
5.0.1
Fixed ID Token verification when run in emulated environments.
5.0.0
Added support for PHP 8.3, removed support for PHP 8.1
4.2.0
Added support for the Firebase Auth Emulator when using lcobucci/jwt
5.*
Note: The Kreait\Firebase\JWT\Token
class has been renamed to \Kreait\Firebase\JWT\SecureToken
. This is technically a breaking change, but since the *Verifier
classes type-hint \Kreait\Firebase\JWT\Contract\Token
as return values, I consider it unlikely that this should cause trouble for most people. If it does, I'll deal with the consequences.
4.1.0
Added support for lcobucci/jwt
5.*
4.0.0
The most notable change is that you need PHP 8.1/8.2 to use the new version. The language migration to PHP 8.1 introduces potentially breaking changes concerning the strictness of parameter types - however, this should not affect your project in most cases (unless you have used internal classes directly or by extension).
Please see UPGRADE-4.0.md for detailed information.
3.0.3
Ensured (PHPStan) compatibility with lcobucci/jwt
^4.2
2.3.1
Ensure (PHPStan) compatibility with lcobucci/jwt
^4.2