From 1dc6ebe834b512187c8abfef3e85cad4c4ba344b Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 23 Dec 2023 21:30:43 +0000 Subject: [PATCH] i thought i moved php to >= 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 179f20f8..96a8453d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false " }, "require": { - "php": ">=7.2", + "php": ">=7.4", "smarty/smarty": "^3|^4", "postfixadmin/password-hashing": "^0.0.1", "endroid/qr-code": "^4.6",