From ab78470cd382171780bc3ae7b3b0dc7b810b2d79 Mon Sep 17 00:00:00 2001 From: Hugo Zonderland Date: Wed, 14 Jun 2017 12:33:07 +0200 Subject: [PATCH] Limited the phpunit version to max 5.7.20 to fix Travis --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "*", -- 2.43.0