From 17ea12393f41cc3fddffdeb3fc127afca8969f01 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 26 Jun 2020 14:15:43 +0200 Subject: [PATCH] Support PHP 8 for https://github.com/sebastianbergmann/phpunit/issues/4325 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4ed96d..eec7247 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "prefer-stable": true, "require": { - "php": "^7.3" + "php": "^7.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.0"