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

latest 4.x.y no longer supports doctrine/persistence ^2.0, preventing doctrine/orm ^2.8 #723

Closed
rtek opened this issue Jan 19, 2021 · 4 comments

Comments

@rtek
Copy link

rtek commented Jan 19, 2021

I cannot use doctrine/orm ^2.8 with the latest releases for 4.x.y due to conflict on doctrine/persistence.

Related: doctrine/DoctrineORMModule#635

Reviewing the tags:

  • 4.0.3 added doctrine/persistence ^2.0
  • 4.0.5 reverted to doctrine/persistence ^1.3
  • 4.1.0 added doctrine/persistence ^2.0
  • 4.1.1 reverted to doctrine/persistence ^1.3

Should ^4.1 and/or ^4.0 be compat with doctrine/persistence ^2.0?

@driehle
Copy link
Member

driehle commented Jan 19, 2021

@rtek The issue with the broken 4.0.3 release is explained here: https://github.com/doctrine/DoctrineModule/releases/tag/4.0.4. Unfortunately, and I think that is the problem, they have not revoked the 4.0.3 release, though they should have.

Now, unfortunately, again an error was made by publishing 4.1.1. That release has been tag from the 4.0.x branch, likely a simple mistake. Please see discussion in #720 and #722 (comment). The 4.1.1 need to be revokes and a 4.1.2 should be released.

@rtek
Copy link
Author

rtek commented Jan 19, 2021

@driehle perfect - thanks for stringing this together for me since I was getting lost. doctrine/doctrine-module ^4.1, != 4.1.1 did the trick.

@TomHAnderson
Copy link
Member

Here is the 4.1.2 release. I'm working with the Doctrine team to remove the 4.1.1 release.

https://github.com/doctrine/DoctrineModule/releases/tag/4.1.2

@rtek
Copy link
Author

rtek commented Jan 29, 2021

4.1.2 works.

@rtek rtek closed this as completed Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants