diff options
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" |