From 31e0a9b82fb5f8db6de49363d2b3d90d9f49f9cb Mon Sep 17 00:00:00 2001 From: Joachim Beck Date: Tue, 17 May 2022 20:36:59 +0200 Subject: [PATCH] TASK: Relax PHP version constraints --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ac2d189..8643542 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "neos/form": "^5.0", - "php": "~7.0" + "php": ">=7.0" }, "autoload": { "psr-4": { @@ -104,4 +104,4 @@ "Neos.Flow-20190515215000" ] } -} \ No newline at end of file +}