From 7bc6899ff5e4a7df03f2abd113047a7ee9e504d6 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 21 Feb 2022 09:07:03 +1300 Subject: [PATCH] DEP Set PHP 7.4 as the minimum version (#176) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e9ca2e5..caee735 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "silverstripe/framework": "^4.10", "silverstripe/reports": "^4.4", "symbiote/silverstripe-queuedjobs": "^4",