From 229ad48afb164a1594a60e0d603e9b6d08b11ab5 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Mon, 15 Jun 2026 11:03:28 +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 105552a..ae10745 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,21 @@ ee site create --type=php [--cache] [--admin-email=] [ Create separate db container instead of using global db. [--php=] - 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 --- @@ -177,12 +186,21 @@ ee site info --type=php [--cache] [--admin-email=] [-- Create separate db container instead of using global db. [--php=] - 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 --- @@ -401,12 +419,21 @@ ee site reload --type=php [--cache] [--admin-email=] [ Create separate db container instead of using global db. [--php=] - 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 --- @@ -488,12 +515,21 @@ ee site restart --type=php [--cache] [--admin-email=] Create separate db container instead of using global db. [--php=] - 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 ---