From b2989f9b6e19fb8330f34152cf42ec0d8396e3a4 Mon Sep 17 00:00:00 2001 From: "steven.lewis" Date: Thu, 28 Oct 2021 23:15:38 +0100 Subject: [PATCH] Fixing regression in composer.json with phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8bca5259..c330a105 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "require-dev": { "pds/skeleton": "~1.0", - "phpunit/phpunit": "~5.0" + "phpunit/phpunit": "~5.7|~9.5" }, "autoload-dev": { "psr-4": {