From af15fe5ec688f59522e898dc74e0de54d84c3d96 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 3 Sep 2019 15:54:41 +0200 Subject: [PATCH] Revert "Bump PHPUnit" This reverts commit 5fde1337d629bd116602f2e67ead75988ae7568f. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eddf8fed..d37d36b6 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", - "phpunit/phpunit": "^8.3" + "phpunit/phpunit": "^8.0" }, "config": { "optimize-autoloader": true,