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

Add support for doctrine/persistence 3 #407

Closed
VincentLanglet opened this issue Apr 24, 2022 · 1 comment · Fixed by #412
Closed

Add support for doctrine/persistence 3 #407

VincentLanglet opened this issue Apr 24, 2022 · 1 comment · Fixed by #412
Labels

Comments

@VincentLanglet
Copy link
Member

Feature Request

Currently blocked by

doctrine/mongodb-odm                2.3.3    requires  doctrine/persistence (^2.2)          
doctrine/phpcr-odm                  1.6.0    requires  doctrine/persistence (^1.3.7 || ^2.0)          
symfony/doctrine-bridge             v6.0.7   requires  doctrine/persistence (^2)  

For mongodb-odm, it will be in the 2.4.0 doctrine/mongodb-odm#2419
For symfony too: https://github.com/symfony/doctrine-bridge/blob/5.4/composer.json#L21
But I don't know if https://github.com/doctrine/phpcr-odm will support persistence 3 ; there is not a lot of activity.

@jordisala1991, should we

  1. Deprecate the phpcr-odm support
  2. Remove the phpcr-odm dependency from require-dev
  3. Defining it as a variant https://github.com/sonata-project/dev-kit/blob/master/config/projects.yaml#L38

Or do you see another solution ?

@jordisala1991
Copy link
Member

Yes, we should deprecate phpcr from here too.

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 a pull request may close this issue.

2 participants