Require ext-mongodb ^1.3.0
This also updates Travis CI to pull 1.3.0RC1 until a stable 1.3.0 is available.
Showing
... | ... | @@ -11,7 +11,7 @@ |
], | ||
"require": { | ||
"php": ">=5.4", | ||
"ext-mongodb": "^1.2.0" | ||
"ext-mongodb": "^1.3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8" | ||
... | ... |
Please
register
or
sign in
to comment