PHPLIB-205: Support providing collation per operation
This bumps the extension requirement to 1.2.0. Composer allows dev versions with the "^" operator, so this will accept 1.2.0alpha3, which introduces a "collation" option for Query and BulkWrite methods.
Showing
... | ... | @@ -11,7 +11,7 @@ |
], | ||
"require": { | ||
"php": ">=5.4", | ||
"ext-mongodb": "^1.1.0" | ||
"ext-mongodb": "^1.2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8" | ||
... | ... |
Please
register
or
sign in
to comment