From e0d5af0e1adb9726def6d3169ff0ca1c727fa7c9 Mon Sep 17 00:00:00 2001 From: David Grayston Date: Fri, 21 Aug 2020 18:34:41 +0100 Subject: [PATCH] SDK-1724: Use PHPUnit < 9.3 until coverage reporting is corrected --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e30ec906..916a9d6f 100755 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2 < 9.3", "squizlabs/php_codesniffer": "^3.4", "friendsofphp/php-cs-fixer": "^2.15", "brainmaestro/composer-git-hooks": "^2.8",