From 9935a8b41e90e53c493353b8645925b7048b0aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Fri, 19 Feb 2021 17:58:42 +0100 Subject: [PATCH] Update PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6f1c89..6cbd4ad 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } }, "require": { - "php": "^7.4", + "php": "^7.4|^8.0", "react/socket": "^1.6", "ext-mbstring": "*", "ext-json": "*"