From c41c9e0d830017e610bf7dd35f006acadf844884 Mon Sep 17 00:00:00 2001 From: Florian Ven Date: Fri, 15 Oct 2021 13:44:13 +0200 Subject: [PATCH] Allow usage of PHP 8 --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4b8fa2e..0c404d7 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,10 @@ } }, "require": { - "php": "^5.5 || ^7.0", + "php": "^5.5 || ^7.0 || ^8.0", "ext-json": "*" }, "require-dev": { - "phpunit/phpunit": "~6.5.0", "symfony/yaml": "^4.2", "donatj/mock-webserver": "^2.0", "overtrue/phplint": "^1.1",