-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require higher version of doctrine/mongodb-odm #83
Comments
@Ocramius: If the dependency hasn't been bumped, then #70 (comment) is likely still open for users. |
@superdweebie any problem with bumping this? |
@Ocramius no, go for it. I'm a little uncertain about going all the way to |
BETA9 would be safest for now. There will be a few more betas before 1.0, as I'm still updating doctrine/mongodb and mean to get ODM over to doctrine/mongodb 1.1. |
Does BETA9 include cursor sorting fix? |
No; it includes the fix for #70 only. Taking another look at |
@jmikola Well, already did |
Also got this in |
Recently I was struggling with sorting until I finally realize that this bug was fixed in Doctrine MongoDB but current module still sticks to the older
~1.0.0-beta5@dev
version of Doctrine MongoDBSuggest to require
"doctrine/mongodb-odm": "1.0.x-dev"
The text was updated successfully, but these errors were encountered: