From 1372e6fa7d8e0520b8248c598e14a458c21a0cb8 Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Sat, 8 Oct 2022 19:56:29 +0300 Subject: [PATCH] Increase minimum PHP version to 5.6.20 This matches the minimum requirements for WordPress 6.0.2, which is currently the latest WP release. WordPress usage stats say that less than 3% of users are on PHP versions older than this. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0b1c37b..cd94640 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": ">=5.4.0", + "php": ">=5.6.20", "ext-json": "*" }, "autoload": {