From 75ac1e4ca1636b0cbc72b638ff8969d93b3019c1 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 3 Apr 2017 12:54:44 +0900 Subject: [PATCH] Pin PHPUnit version to avoid breaking unit tests for PHP 7+ --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cfa4a712d..12ec05a54 100644 --- a/composer.json +++ b/composer.json @@ -37,8 +37,8 @@ "sabre/xml" : ">=1.5 <3.0" }, "require-dev" : { - "phpunit/phpunit" : "*", - "sabre/cs" : "^1.0.0" + "sabre/cs" : "^1.0.0", + "phpunit/phpunit": "^4.8" }, "suggest" : {