From: Hugo Zonderland Date: Wed, 14 Jun 2017 10:33:07 +0000 (+0200) Subject: Limited the phpunit version to max 5.7.20 to fix Travis X-Git-Tag: 4.2.0~1^2 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=ab78470cd382171780bc3ae7b3b0dc7b810b2d79 Limited the phpunit version to max 5.7.20 to fix Travis --- diff --git a/composer.json b/composer.json index a5b37e3..b3cfafa 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-xml": "*" }, "require-dev": { - "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.7.20", + "phpunit/phpunit": ">=4.0.0, <6.0.0", "phpunit/phpunit-selenium": "*", "codeclimate/php-test-reporter": "dev-master", "ext-curl": "*",