From 7e8fd46de61c97abb20f41144124f170a52e82a7 Mon Sep 17 00:00:00 2001 From: orklah Date: Mon, 8 Mar 2021 10:37:36 +0100 Subject: [PATCH] allow PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 109c291..6bf0e91 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": "^7.1", + "php": "^7.1|^8.0", "ext-simplexml": "*" }, "autoload": {