symfony / orm-pack

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

breaking changes #15

Closed Tetragramat closed 5 years ago

Tetragramat commented 5 years ago

There is breaking change between versions v1.0.5 and v1.0.6 indoctrine/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 5 years ago

All packs should be unpacked on composer require to prevent this issue.