Skip to content

Commit

Permalink
Merge pull request #15 from nhatthm/feature/bump-mongodb-to-1.5
Browse files Browse the repository at this point in the history
Bump mongodb/mongodb to 1.5
  • Loading branch information
jrbasso authored Nov 4, 2019
2 parents 07d1542 + cde2eaf commit 541b07d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 541b07d

Please sign in to comment.