From 4860afd58838a0cbbfbb3d5ba00f1179914bf9fb Mon Sep 17 00:00:00 2001 From: Arthur Perton Date: Sat, 27 Feb 2021 23:21:54 +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 c1d9928..cf0e3d5 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ] }, "require": { - "php": "~7.0" + "php": "~7.0|~8.0" }, "require-dev": { "phpunit/phpunit": "^6.4"