From 21a9a8f7a485a54720651a7ddb43aad0676ef213 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Tue, 5 Dec 2023 12:09:29 -0600 Subject: [PATCH] docs: Update README.md Signed-off-by: Evan Sims --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76671278..7ee2f863 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ We also have tailored SDKs for [Laravel](https://github.com/auth0/laravel-auth0) ### Requirements -- PHP 8.0+ +- PHP 8.1+ - [Composer](https://getcomposer.org/) - PHP Extensions: - [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 | SDK Version | PHP Version | Support Ends | | ----------- | ----------- | ------------ | -| 8 | 8.2 | Dec 2025 | +| 8 | 8.3 | Nov 2026 | +| | 8.2 | Nov 2025 | | | 8.1 | Nov 2024 | -| | 8.0 | Nov 2023 | 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.