From 15086e15f867f48daa2517ab9bd7e0a7afd75b3e Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 26 Dec 2022 10:22:42 +0100 Subject: [PATCH] Change min PHP version requirement to 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4fa50629..2be90c93 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ } }, "require": { - "php": ">=7.3", + "php": ">=7.4", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*",