From dc806bfd92d07828c75ca24f50eef4cff35bbba3 Mon Sep 17 00:00:00 2001 From: Christoph Singer Date: Thu, 8 Mar 2018 17:17:50 +0100 Subject: [PATCH] Use PHPUnit 4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d10ec3b..aec87d3 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "^4.0" } }