From e368dc08264e04f9e7e7e8b1c3a363c3ea6a96eb Mon Sep 17 00:00:00 2001 From: Jeremy Pry Date: Fri, 8 Sep 2023 18:05:38 -0400 Subject: [PATCH] Update lib/composer.json to PHP 7.4 --- plugins/woocommerce/lib/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce/lib/composer.json b/plugins/woocommerce/lib/composer.json index 0fda68e1664..71400a68e4e 100644 --- a/plugins/woocommerce/lib/composer.json +++ b/plugins/woocommerce/lib/composer.json @@ -4,7 +4,7 @@ "prefer-stable": true, "minimum-stability": "dev", "require": { - "php": ">=7.2" + "php": ">=7.4" }, "require-dev": { "league/container": "3.3.5", @@ -12,7 +12,7 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.4" } }, "scripts": {