From 5cf197b007c1851360ce0ed744385c0f08e2e374 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Tue, 14 Nov 2023 08:07:49 +0000 Subject: [PATCH] fix PHP min requirement --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 71f41a10..ab3f3b8f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ **PHP CompatInfo** is a library that can find the minimum version and the extensions required for a piece of code to run. -Running on PHP greater or equal than 7.4 for parsing source code in a format PHP 5.2 to PHP 8.2 +Running on PHP greater or equal than 8.0 for parsing source code in a format PHP 5.2 to PHP 8.2 ## Features