From bc637414e5158f5b2b8144be19f4baf8b4c7abc2 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 8 Feb 2019 15:08:11 +0100 Subject: [PATCH] Support PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34f9d61..27a3dac 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "API" ], "require": { - "php": "^7.1", + "php": "^7.1||^8.0", "ext-json": "*", "ext-mbstring": "*" },