PHPLIB-368: Require ext-mongodb ^1.6
#591 began using new transaction APIs, which first appeared in 1.6.0alpha1
Showing
| ... | ... | @@ -13,7 +13,7 @@ |
| "php": ">=5.5", | ||
| "ext-hash": "*", | ||
| "ext-json": "*", | ||
| "ext-mongodb": "^1.5.2" | ||
| "ext-mongodb": "^1.6" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^4.8.36 || ^6.4" | ||
| ... | ... |
Please
register
or
sign in
to comment