From 7bb368cefef4784c4eee322961aee890b07451e7 Mon Sep 17 00:00:00 2001 From: "Joey@macstudio" <4296411@qq.com> Date: Sun, 9 Aug 2026 19:14:08 +0800 Subject: [PATCH] docs: align PHP support with CI --- doc/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.md b/doc/contributing.md index cffcb4c1..77b74b1a 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -18,7 +18,7 @@ Thanks for your help. PhpMetrics has several goals: + be stable + be performant -+ run on the **maximum of PHP versions** (PHP 5.3 to PHP 8.4) ++ run on the **maximum of PHP versions** (PHP 5.6 to PHP 8.4) + be installable everywhere, **without dependency conflicts** For these reasons, the code of PhpMetrics is intentionally written in "legacy" PHP.