From 0cbc1c9c0702668a759110d7aa12471819bbf456 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 8 Feb 2019 21:08:11 +0700 Subject: [PATCH] Support PHP 8 (cherry picked from commit bc637414e5158f5b2b8144be19f4baf8b4c7abc2) --- 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": "*" },