From 26e5504db99ef812e63a3ca4b34f88b65dd3d79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Cerve=C5=88=C3=A1k?= Date: Mon, 27 Dec 2021 03:14:16 +0100 Subject: [PATCH] PHP8.1 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8ecffda..302b9ca 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "license": "GPL-3.0-or-later", "require": { - "php": ">= 7.4 <8.1", + "php": ">= 7.4", "ext-dom": "*", "ext-soap": "*" },