From eb46843c07335a6a7fdb60c590720f4e22b3ef8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 5 Dec 2023 16:39:34 +0100 Subject: [PATCH] Fix: Expand support to PHP versions with security support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index babd8405..9ed46c91 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ You can support the maintenance of this project by [sponsoring @localheinz](http ## PHP Version Support Policy -This project supports PHP versions with [active support](https://www.php.net/supported-versions.php). +This project supports PHP versions with [active and security support](https://www.php.net/supported-versions.php). -The maintainers of this project add support for a PHP version following its initial release and drop support for a PHP version when it has reached its end of active support. +The maintainers of this project add support for a PHP version following its initial release and drop support for a PHP version when it has reached its end of security support. ## Security Policy