diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-06 16:01:39 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-06 16:01:39 +0100 |
commit | d3ff73cec576ceda5e00fa0527d38db0732f30d8 (patch) | |
tree | f2db178134fbd0943f1344de877ea2c195c40344 /composer.json | |
parent | b63822ba7954d729ace9416173f620b02fa9779b (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 759af0c..c81eb07 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": "^7.0" }, "conflict": { - "phpunit/phpunit": "<6.0" + "phpunit/phpunit": "<6.0 || >6.5" }, "require-dev": { "phpunit/phpunit": "^6.0" |