PHPLIB-294: Make test suite compatible with PHPUnit 6.4
Showing
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
"ext-mongodb": "^1.4.0" | "ext-mongodb": "^1.4.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^4.8.36" | "phpunit/phpunit": "^4.8.36 || ^6.4" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { "MongoDB\\": "src/" }, | "psr-4": { "MongoDB\\": "src/" }, | ||
... | ... |
Please
register
or
sign in
to comment