From 2ecbd9e51910ee813b73f3a1910e3a610e800cd6 Mon Sep 17 00:00:00 2001 From: thyrannoizer Date: Thu, 12 Jan 2023 16:41:06 +0100 Subject: [PATCH] allow PHP above 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8be2c31..b3e3a23 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.4", + "php": ">=7.4", "ext-json": "*", "becklyn/assets-bundle": "^2.3", "symfony/dependency-injection": "^4.1 || ^5.0",