From 21984cb7818388b2b1bc7c5cdb75dc9e2cac8b18 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Mon, 15 Jun 2026 11:03:27 +0530 Subject: [PATCH] docs: regenerate README for current PHP version support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `--php` option sections were stale — listing only PHP 5.6 and latest with a default of latest, while the command actually supports 5.6 through 8.5 and defaults to 8.4. Sync the generated README with the current command docblock. --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3bd949f..fd5c96c 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,21 @@ ee site create --type=wp [--cache] [--vip] [--mu=] [--mu=] - PHP version for site. Currently only supports PHP 5.6 and latest. + PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest. --- - default: latest + default: 8.4 options: - 5.6 + - 7.0 - 7.2 + - 7.3 + - 7.4 + - 8.0 + - 8.1 + - 8.2 + - 8.3 + - 8.4 + - 8.5 - latest --- @@ -246,12 +255,21 @@ ee site info --type=wp [--cache] [--vip] [--mu=] [--mu=] - PHP version for site. Currently only supports PHP 5.6 and latest. + PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest. --- - default: latest + default: 8.4 options: - 5.6 + - 7.0 - 7.2 + - 7.3 + - 7.4 + - 8.0 + - 8.1 + - 8.2 + - 8.3 + - 8.4 + - 8.5 - latest --- @@ -518,12 +536,21 @@ ee site reload --type=wp [--cache] [--vip] [--mu=] [--mu=] - PHP version for site. Currently only supports PHP 5.6 and latest. + PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest. --- - default: latest + default: 8.4 options: - 5.6 + - 7.0 - 7.2 + - 7.3 + - 7.4 + - 8.0 + - 8.1 + - 8.2 + - 8.3 + - 8.4 + - 8.5 - latest --- @@ -653,12 +680,21 @@ ee site restart --type=wp [--cache] [--vip] [--mu=] [--mu=] - PHP version for site. Currently only supports PHP 5.6 and latest. + PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest. --- - default: latest + default: 8.4 options: - 5.6 + - 7.0 - 7.2 + - 7.3 + - 7.4 + - 8.0 + - 8.1 + - 8.2 + - 8.3 + - 8.4 + - 8.5 - latest ---