From 92760462ac9ed54440c930d2c5b7bf842a8977a6 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 10 Feb 2022 15:39:25 +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 03a21c0..14c963c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3", "behat/behat": "^3.9",