Limited the phpunit version to max 5.7.20 to fix Travis
authorHugo Zonderland <hugo@webiq.nl>
Wed, 14 Jun 2017 10:33:07 +0000 (12:33 +0200)
committerHugo Zonderland <hugo@webiq.nl>
Wed, 14 Jun 2017 10:33:07 +0000 (12:33 +0200)
composer.json

index a5b37e3..b3cfafa 100644 (file)
@@ -9,7 +9,7 @@
         "ext-xml": "*"
     },
     "require-dev": {
         "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": "*",
         "phpunit/phpunit-selenium": "*",
         "codeclimate/php-test-reporter": "dev-master",
         "ext-curl": "*",