PHPLIB-294: Make test suite compatible with PHPUnit 6.4
Showing
... | ... | @@ -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/" }, | ||
... | ... |
Please
register
or
sign in
to comment