doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

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

Closed rtek closed 3 years ago

rtek commented 3 years ago

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

Related: https://github.com/doctrine/DoctrineORMModule/issues/635

Reviewing the tags:

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

driehle commented 3 years ago

@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 https://github.com/doctrine/DoctrineModule/pull/720 and https://github.com/doctrine/DoctrineModule/pull/722#issuecomment-758607492. The 4.1.1 need to be revokes and a 4.1.2 should be released.

rtek commented 3 years ago

@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 commented 3 years ago

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 commented 3 years ago

4.1.2 works.