From 0b8d49352fd402cca90156d33e617b433ac67e40 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 2 Jul 2025 15:45:09 +0100 Subject: [PATCH 01/14] Bump the minimum supported version of PHP to 7.4. --- .version-support-php.json | 2 -- composer.json | 2 +- phpcompat.xml.dist | 4 ++-- src/readme.html | 2 +- src/wp-admin/includes/misc.php | 4 ++-- src/wp-includes/version.php | 2 +- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.version-support-php.json b/.version-support-php.json index b2298e7177fff..38cad5db44851 100644 --- a/.version-support-php.json +++ b/.version-support-php.json @@ -1,7 +1,5 @@ { "6-9": [ - "7.2", - "7.3", "7.4", "8.0", "8.1", diff --git a/composer.json b/composer.json index c07f9361d88f2..fdbb439e339f9 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "ext-hash": "*", "ext-json": "*", - "php": ">=7.2.24" + "php": ">=7.4" }, "suggest": { "ext-dom": "*" diff --git a/phpcompat.xml.dist b/phpcompat.xml.dist index d06b8e2a993dd..72a3900f42535 100644 --- a/phpcompat.xml.dist +++ b/phpcompat.xml.dist @@ -66,8 +66,8 @@ - - + +