From 3fbeac3e4a3ab81f5e1a3be82402ed2d19763ec2 Mon Sep 17 00:00:00 2001 From: Ryan Hewitt Date: Sat, 10 Jun 2023 18:05:17 +0100 Subject: [PATCH] Update composer PHP requirement --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c8d65a076..a67a484cf 100644 --- a/composer.json +++ b/composer.json @@ -5,10 +5,10 @@ "homepage": "https://github.com/concretecms-community-store/community_store", "license": "MIT", "require": { - "php": ">=5.6" + "php": ">=7.4" }, "support": { "issues": "https://github.com/concretecms-community-store/community_store/issues", "source": "https://github.com/concretecms-community-store/community_store" } -} \ No newline at end of file +}