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 11d5c2d..c4950a5 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-mongodb": "^1.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36" + "phpunit/phpunit": "^4.8.36 || ^6.4" }, "autoload": { "psr-4": { "MongoDB\\": "src/" }, |