@@ -244,13 +244,13 @@ $verifier = IdTokenVerifier::createWithProjectIdAndCache($projectId, $cache);
244244Earlier versions will receive security fixes as long as their ** lowest** PHP requirement receives security fixes. For
245245example, when a version supports PHP 7.4 and PHP 8.0, security support will end when security support for PHP 7.4 ends.
246246
247- | Version | Initial Release | Supported PHP Versions | Status |
248- | ---------| -----------------| --------------------------| ------------------|
249- | ` 5.x ` | 25 Nov 2023 | ` ~8.1.0, ~8.2.0, ~8.3.0 ` | Active |
250- | ` 4.x ` | 26 Nov 2022 | ` ~8.1.0, ~8.2.0, ~8.3.0 ` | Security Support |
251- | ` 3.x ` | 25 Apr 2022 | ` ^7.4, ^8.0 ` | End of life |
252- | ` 2.x ` | 03 Jan 2022 | ` ^7.4, ^8.0 ` | End of life |
253- | ` 1.x ` | 06 Feb 2017 | ` >=5.5 ` | End of life |
247+ | Version | Initial Release | Supported PHP Versions | Status |
248+ | ---------| -----------------| ------------------------------------------ | -------------|
249+ | ` 5.x ` | 25 Nov 2023 | ` ~8.1.0, ~8.2.0, ~8.3.0, ~8.4.0, ~8.5.0 ` | Active |
250+ | ` 4.x ` | 26 Nov 2022 | ` ~8.1.0, ~8.2.0, ~8.3.0 ` | End of life |
251+ | ` 3.x ` | 25 Apr 2022 | ` ^7.4, ^8.0 ` | End of life |
252+ | ` 2.x ` | 03 Jan 2022 | ` ^7.4, ^8.0 ` | End of life |
253+ | ` 1.x ` | 06 Feb 2017 | ` >=5.5 ` | End of life |
254254
255255## License
256256
0 commit comments