From 4e4e61454973a35b8fff3506e0a99b4266452c9f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 10 Feb 2022 17:29:57 +1300 Subject: [PATCH] DEP Set PHP 7.4 as the minimum version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6370482..571e138 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://www.silverstripe.org", "license": "BSD-3-Clause", "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1", "silverstripe/recipe-cms": "4.x-dev", "silverstripe/restfulserver": "2.x-dev",