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 @@ | ... | @@ -11,7 +11,7 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.4", | "php": ">=5.4", | ||
"ext-mongodb": "^1.2.0" | "ext-mongodb": "^1.3.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^4.8" | "phpunit/phpunit": "^4.8" | ||
... | ... |
Please
register
or
sign in
to comment