From c333b4c20439f06cccff4ba0ec3ad6c384384b81 Mon Sep 17 00:00:00 2001 From: Nic Appleby Date: Mon, 11 Feb 2019 14:59:04 +0200 Subject: [PATCH] Don't upgrade phpunit actually --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f18d7ce..e45a96f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^5.5", "mockery/mockery": "^0.9.5" } }