PHPLIB-316: Migrate operations to use read and write command methods
This also bumps the ext-mongodb dependency to 1.4.0.
Showing
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
"php": ">=5.5", | "php": ">=5.5", | ||
"ext-hash": "*", | "ext-hash": "*", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-mongodb": "^1.3.0" | "ext-mongodb": "^1.4.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^4.8.36" | "phpunit/phpunit": "^4.8.36" | ||
... | ... |
Please
register
or
sign in
to comment