From 5ed72fda6f80e862162999a0442f6ea97c91af56 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Sat, 28 Nov 2020 11:50:32 -0500 Subject: PHPUnit 8 or higher for PHP 8.0 support (#78) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3ba5a22..fc6c4d9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "~8.0" + "phpunit/phpunit": ">=8.0" }, "autoload": { "psr-0": { -- cgit v1.2.3