diff --git a/composer.json b/composer.json index fd46253..fe8b5f4 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ }, "require": { "php": ">=5.5.0", - "ext-mongodb": "*", - "mongodb/mongodb": ">=1.1.1 <1.4" + "ext-mongodb": "^1.5.0", + "mongodb/mongodb": ">=1.1.1 <1.5" }, "require-dev": { - "phpunit/phpunit": "~4.6.0" + "phpunit/phpunit": "~4.8.0" }, "config": { "bin-dir": "bin"