From 6d0438688cca94bcc8819810f136c9737fcb15c7 Mon Sep 17 00:00:00 2001 From: Shem Pasamba Date: Thu, 14 Jan 2021 11:29:43 +0800 Subject: [PATCH] Allow use in PHP 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 578e96447d..5caa8ed733 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "ext-json": "*", "cboden/ratchet": "^0.4.1", "facade/ignition-contracts": "^1.0",