From 97cf82d48068b61a2eed108d02cc2406c69b9a42 Mon Sep 17 00:00:00 2001 From: tuaki <43704297+tuaki@users.noreply.github.com> Date: Sun, 20 Jun 2021 00:17:17 +0200 Subject: [PATCH] php 8.0 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fcb6a0b..98f853e 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "license": "GPL-3.0-or-later", "require": { - "php": "7.4.*", + "php": ">= 7.4", "ext-dom": "*", "ext-soap": "*" },