Skip to content

Commit e39547f

Browse files
authored
docs: Update README.md (#750)
### Changes This PR updates the README to identify PHP 8.1 as the new minimum supported version, and adds the new PHP 8.3 release to the support schedule. ### References N/A ### Testing N/A ### Contributor Checklist - [x] I agree to adhere to the [Auth0 General Contribution Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md). - [x] I agree to uphold the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). Signed-off-by: Evan Sims <[email protected]>
1 parent 440ee08 commit e39547f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We also have tailored SDKs for [Laravel](https://github.com/auth0/laravel-auth0)
2323

2424
### Requirements
2525

26-
- PHP 8.0+
26+
- PHP 8.1+
2727
- [Composer](https://getcomposer.org/)
2828
- PHP Extensions:
2929
- [mbstring](https://www.php.net/manual/en/book.mbstring.php)
@@ -112,9 +112,9 @@ Our support lifecycle mirrors the [PHP release support schedule](https://www.php
112112

113113
| SDK Version | PHP Version | Support Ends |
114114
| ----------- | ----------- | ------------ |
115-
| 8 | 8.2 | Dec 2025 |
115+
| 8 | 8.3 | Nov 2026 |
116+
| | 8.2 | Nov 2025 |
116117
| | 8.1 | Nov 2024 |
117-
| | 8.0 | Nov 2023 |
118118

119119
We drop support for PHP versions when they reach end-of-life and cease receiving security fixes from the PHP Foundation. Please ensure your environment remains up to date so you can continue receiving updates for PHP and this SDK.
120120

0 commit comments

Comments
 (0)