From 93f16a5946c2dce6753a37db78c4eef5af38d37e Mon Sep 17 00:00:00 2001 From: Nikita Pushkar Date: Thu, 15 Dec 2022 15:39:06 +0100 Subject: [PATCH] [*] php =>7.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index caed656..9fb612a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "license": "Apache-2.0", "require": { - "php": "^7.1", + "php": ">=7.1", "symfony/framework-bundle": "^4.0|^5.0", "symfony/twig-bundle": "^4.0|^5.0", "symfony/options-resolver": "^4.0|^5.0"