-
-
Notifications
You must be signed in to change notification settings - Fork 494
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
Drop support for doctrine/mongodb-odm <2.0 #1818
Conversation
@@ -61,6 +61,7 @@ | |||
}, | |||
"conflict": { | |||
"doctrine/dbal": "<2.6.0", | |||
"doctrine/mongodb-odm": "<2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do we test the mongodb here? Maybe adding the mongodbadmin dependency? like we do with the orm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmm the only test I found is https://github.com/sonata-project/SonataMediaBundle/blob/315fe533dd4237243e6964efddaa314482970077/tests/Document/MediaManagerTest.php and there is no need of the library.
Could you please rebase your PR and fix merge conflicts? |
We are dropping support for doctrine/mongodb-odm 2.0, this allows us to not install alcaeus/mongo-php-adapter in GA for tests
4de8647
to
8677a0b
Compare
Thanks @franmomu ! |
Subject
Ref: sonata-project/dev-kit#1069
We are dropping support for doctrine/mongodb-odm <2.0, this allows us to not install
alcaeus/mongo-php-adapter
in GA for tests.I am targeting this branch, because these changes are BC.
Changelog