PHPLIB-462: Allow installing the latest PHPUnit release
Showing
| ... | ... | @@ -16,7 +16,7 @@ |
| "ext-mongodb": "^1.6" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^5.7.27 || ^6.4" | ||
| "phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { "MongoDB\\": "src/" }, | ||
| ... | ... |
Please
register
or
sign in
to comment