From e3dbcfb79e319971d64264ffe9c340590cc8a228 Mon Sep 17 00:00:00 2001 From: Xiangxuan Liu <9570112+nauxliu@users.noreply.github.com> Date: Mon, 25 Jan 2021 21:32:28 +0800 Subject: [PATCH] Allow installation with PHP 8.0 (#5) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab4cccc..8a8227d 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "minimum-stability": "stable", "license": "Apache-2.0", "require": { - "php": "^5.5 || ^7.0" + "php": "^5.5 || ^7.0 || ^8.0" }, "autoload": { "psr-4": {