Skip to content
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

Merged
merged 1 commit into from
Sep 27, 2020

Conversation

franmomu
Copy link
Member

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

### Removed
- Remove support for `doctrine/mongodb-odm` <2.0

@@ -61,6 +61,7 @@
},
"conflict": {
"doctrine/dbal": "<2.6.0",
"doctrine/mongodb-odm": "<2.0",
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SonataCI
Copy link
Collaborator

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
@VincentLanglet VincentLanglet requested a review from a team September 27, 2020 13:25
@greg0ire greg0ire merged commit 1db1951 into sonata-project:3.x Sep 27, 2020
@greg0ire
Copy link
Contributor

Thanks @franmomu !

@franmomu franmomu deleted the drop_support_mongodb_1 branch September 27, 2020 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants