From d906d7b86006d65b3ab74c890d2a23b24a7d7a18 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 30 Oct 2020 15:27:02 +0100 Subject: [PATCH] Update phpunit constraints --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78918659..f6c828e4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "fakerphp/faker": "^1.9.1", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", - "phpunit/phpunit": "^8.0|^9.3" + "phpunit/phpunit": "^8.5.8|^9.3.3" }, "config": { "optimize-autoloader": true,