breaking changes
Tetragramat opened this issue · 1 comments
Tetragramat commented
There is breaking change between versions v1.0.5 and v1.0.6 in doctrine/doctrine-migrations-bundle
.
v1.0.5 requires doctrine/doctrine-migrations-bundle: ^1.3
, but
v1.0.6 requires doctrine/doctrine-migrations-bundle: ^1.3|^2.0
.
That means anyone who has version constraint symfony/orm-pack ^1.0
(anyone who installed orm pack using composer require symfony/orm-pack
) will after update get breaking changes from doctrine migrations.
I think that version of this pack should reflect major version changes in it's requires.
Tetragramat commented
All packs should be unpacked on composer require to prevent this issue.