Skip to content

Commit

Permalink
Merge pull request #1389 from alcaeus/latest-mongodb-version
Browse files Browse the repository at this point in the history
Require latest stable version of doctrine/mongodb
  • Loading branch information
alcaeus committed Mar 21, 2016
2 parents 0573f48 + 24379f8 commit 5aa45fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
],
"require": {
"php": "^5.5 || ^7.0",
"ext-mongo": "^1.5",
"symfony/console": "~2.3|~3.0",
"doctrine/annotations": "~1.0",
"doctrine/collections": "~1.1",
"doctrine/common": "~2.4",
"doctrine/cache": "~1.0",
"doctrine/inflector": "~1.0",
"doctrine/instantiator": "~1.0.1",
"doctrine/mongodb": "~1.2"
"doctrine/mongodb": "~1.3"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
Expand Down

0 comments on commit 5aa45fc

Please sign in to comment.