From 6f48a4b82f4c63e6243bb53d437bca14de7ab755 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Fri, 17 Mar 2017 13:00:10 +0100 Subject: [PATCH] Increase PHPUnit version, as builds seem to hang with --prefer-lowest otherwise --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7375082..207475f 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "amphp/phpunit-util": "dev-master", "react/promise": "^2", "friendsofphp/php-cs-fixer": "~1.9", - "phpunit/phpunit": "^6" + "phpunit/phpunit": "^6.0.9" }, "autoload": { "psr-4": {