From a61c1437a03d44b3fd6c41a4e88a62f48173bc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Tue, 12 Oct 2021 12:36:43 +0300 Subject: [PATCH] fixed min php version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37524de..4896131 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,6 @@ }, "require": { "symfony/polyfill-php80": "^1.23", - "php": ">7.1" + "php": ">=7.1" } }