Skip to content

Commit

Permalink
Merge pull request #14 from nhatthm/feature/bump-mongodb-to-1.4
Browse files Browse the repository at this point in the history
Support mongodb/mongodb 1.4
  • Loading branch information
jrbasso authored Aug 23, 2019
2 parents d0adae1 + 7137751 commit 07d1542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07d1542

Please sign in to comment.