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

Support doctrine/persistence 3.0 #2419

Closed
10 tasks done
malarzm opened this issue Mar 19, 2022 · 1 comment
Closed
10 tasks done

Support doctrine/persistence 3.0 #2419

malarzm opened this issue Mar 19, 2022 · 1 comment
Labels
Milestone

Comments

@malarzm
Copy link
Member

malarzm commented Mar 19, 2022

Ideally we need to allow lowest possible 2.x || ^3.0. I guess we'll need to go for 2.4 as a minimum because of ReflectionEnum and annotation driver changes anyway.

Basing on https://github.com/doctrine/persistence/blob/3.0.x/UPGRADE.md:

PR allowing || ^3.0 should mention in the upgrade notes that users may need to lock doctrine/persistence themselves should they rely on functionalities that were removed, especially:

  • removed LifecycleEventArgs::getEntity()
  • removed support for short namespace aliases
@malarzm malarzm added the Task label Mar 19, 2022
@malarzm malarzm added this to the 2.4.0 milestone Mar 19, 2022
@malarzm
Copy link
Member Author

malarzm commented Mar 29, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant