The >=4.0.0 syntax installs any version which is able to run depending on the require...
authorHugo Zonderland <hugo@webiq.nl>
Wed, 14 Jun 2017 10:24:17 +0000 (12:24 +0200)
committerHugo Zonderland <hugo@webiq.nl>
Wed, 14 Jun 2017 10:24:17 +0000 (12:24 +0200)
composer.json

index d6d20fd..a5b37e3 100644 (file)
@@ -9,7 +9,7 @@
         "ext-xml": "*"
     },
     "require-dev": {
-        "phpunit/phpunit": ">=4.0.0",
+        "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.7.20",
         "phpunit/phpunit-selenium": "*",
         "codeclimate/php-test-reporter": "dev-master",
         "ext-curl": "*",