Skip to content

Commit

Permalink
Merge pull request #12 from rossaffandy/master
Browse files Browse the repository at this point in the history
Make it working with latest mongodb version
  • Loading branch information
cjsaylor authored Jan 5, 2018
2 parents 7862bf1 + 027da0e commit 378499a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,199 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
bin/
bin/
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=5.5.0",
"ext-mongodb": "*",
"mongodb/mongodb": "~1.1.1"
"mongodb/mongodb": ">=1.1.1 <1.3"
},
"require-dev": {
"phpunit/phpunit": "~4.6.0"
Expand Down
Loading

0 comments on commit 378499a

Please sign in to comment.