From 3d9d77d88dccc7e3a4bca3bd78b09405463d53f5 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Tue, 6 Aug 2024 17:58:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20=D1=81=20php=208.0=20=D0=B8=20=D0=B2=D1=8B?= =?UTF-8?q?=D1=88=D0=B5=20#10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c460880..5ef329b 100755 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ } ], "require": { - "php": ">=7.2 <8.0", + "php": ">=7.2 || ^8.0", "ext-mbstring": "*" }, "require-dev": {