From 7137751d2e80dbf60bd1131196998e7ee51aa1d3 Mon Sep 17 00:00:00 2001 From: Nhat Tran Date: Thu, 15 Aug 2019 11:44:59 +0200 Subject: [PATCH] Support mongodb/mongodb 1.4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"