PHPLIB-504: Bump required MongoDB driver version to 1.7
Showing
... | ... | @@ -13,7 +13,7 @@ |
"php": "^5.6 || ^7.0", | ||
"ext-hash": "*", | ||
"ext-json": "*", | ||
"ext-mongodb": "^1.6" | ||
"ext-mongodb": "^1.7" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3", | ||
... | ... |
Please
register
or
sign in
to comment