From 5f75bee95ce18c4dc9e98bbba22cae6a8ec49c8a Mon Sep 17 00:00:00 2001 From: xtochko <111567447+xtochko@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:07:06 +0300 Subject: [PATCH] Update restrictions to use PHP8 resolve#issue-22 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 151bece..b3adc56 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "symfony/dependency-injection": "^4.1.12|^5.0", "symfony/config": "~4.4|~5.0", "doctrine/annotations": "^1.6",