From e3f80d5deeacd4ca52fdf40d9ad36cea637137a2 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 10 Feb 2022 17:25:32 +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 b307256..a730485 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "http://silverstripe.org", "license": "BSD-3-Clause", "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1.5", "silverstripe/recipe-core": "4.x-dev", "silverstripe/admin": "1.x-dev",