Skip to content

Commit

Permalink
Merge pull request #1206 from doctrine/eagercursor-deprecation
Browse files Browse the repository at this point in the history
Refactor cursor classes to compose CursorInterface
  • Loading branch information
malarzm committed Aug 18, 2015
2 parents 79242b7 + 6f13cf4 commit 2e0afa2
Show file tree
Hide file tree
Showing 12 changed files with 482 additions and 527 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"doctrine/cache": "~1.0",
"doctrine/inflector": "~1.0",
"doctrine/instantiator": "~1.0.1",
"doctrine/mongodb": ">=1.1.5,<2.0"
"doctrine/mongodb": "~1.2"
},
"require-dev": {
"symfony/yaml": "~2.3|~3.0"
Expand All @@ -33,7 +33,6 @@
"autoload": {
"psr-0": { "Doctrine\\ODM\\MongoDB": "lib/" }
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
Expand Down
Loading

0 comments on commit 2e0afa2

Please sign in to comment.