From cde2eafc4f2feec001d0a33bc9ab7f819983416b Mon Sep 17 00:00:00 2001 From: Nhat Tran Date: Fri, 25 Oct 2019 12:36:58 +0200 Subject: [PATCH] Bump mongodb/mongodb to 1.5.0 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fe8b5f4..207880b 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ "issues": "https://github.com/zumba/mongounit/issues" }, "require": { - "php": ">=5.5.0", - "ext-mongodb": "^1.5.0", - "mongodb/mongodb": ">=1.1.1 <1.5" + "php": ">=5.6.0", + "ext-mongodb": "^1.6.0", + "mongodb/mongodb": "^1.5" }, "require-dev": { - "phpunit/phpunit": "~4.8.0" + "phpunit/phpunit": "~5.7.0" }, "config": { "bin-dir": "bin"