Skip to content

Commit 2e0afa2

Browse files
committed
Merge pull request #1206 from doctrine/eagercursor-deprecation
Refactor cursor classes to compose CursorInterface
2 parents 79242b7 + 6f13cf4 commit 2e0afa2

File tree

12 files changed

+482
-527
lines changed

12 files changed

+482
-527
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"doctrine/cache": "~1.0",
2323
"doctrine/inflector": "~1.0",
2424
"doctrine/instantiator": "~1.0.1",
25-
"doctrine/mongodb": ">=1.1.5,<2.0"
25+
"doctrine/mongodb": "~1.2"
2626
},
2727
"require-dev": {
2828
"symfony/yaml": "~2.3|~3.0"
@@ -33,7 +33,6 @@
3333
"autoload": {
3434
"psr-0": { "Doctrine\\ODM\\MongoDB": "lib/" }
3535
},
36-
"minimum-stability": "dev",
3736
"extra": {
3837
"branch-alias": {
3938
"dev-master": "1.0.x-dev"

0 commit comments

Comments
 (0)