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)
commit0f08ef69efcb799558296cd211edeac5f46c98d4
tree5df12c9893db7134ac9cb1aee0cbc4573fb11b2c
parent238968291ce5627e94dbc3928d377d09f6e9eeda
The >=4.0.0 syntax installs any version which is able to run depending on the requirements of the environment. Which means it will install phpunit 6 on php 7, which breaks the current test suite. Therefor the version must be limited to 5.7.20.
composer.json