From 309f4923a85bf566e9806b0beb22012c6b58a47e Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Mon, 20 Feb 2017 21:23:58 -0500 Subject: [PATCH] Lock PHPUnit at version 5.X --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 551e9d7d..fc348bfc 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "brianium/paratest", "require": { "php": ">=5.5.11", - "phpunit/phpunit": ">=3.7.8", + "phpunit/phpunit": "~5.0", "phpunit/php-timer": ">=1.0.4", "symfony/console": "~2.3|~3.0", "symfony/process": "~2.3|~3.0",