symfony / orm-pack

A Symfony Pack for Doctrine ORM
MIT License
1.82k stars 18 forks source link

Set fixed version 2 of Doctrine #25

Closed wow-apps closed 4 years ago

wow-apps commented 4 years ago

Version 3 of Doctrine Migrations has brand new configuration without backward capability. Also, first migration throws and error: [ERROR] The version "latest" couldn't be reached, you are at version "0" which broke Symfony application inside docker container.

Let's add this PR as version 1.0.9 and create a new one 2.0.0 with doctrine 3.*

wow-apps commented 4 years ago

@nicolas-grekas, @fabpot

please take attention. Our application already fails on CI/CD of this problem!

nicolas-grekas commented 4 years ago

I'm closing because this won't solve the issue (previous versions still allow *) I created symfony/flex#645 instead, to propose a solution that could be more generic.

nicolas-grekas commented 4 years ago

I changed my mind while trying to work on symfony/flex#645 Let's be pragmatic. See #28