symfony / orm-pack

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

Instead of Unpack the Pack - use tags for update strategies #30

Closed nusphere closed 4 years ago

nusphere commented 4 years ago

make a new major tag for a full Support of Doctrine Migration V3

nusphere commented 4 years ago

Lets tag the as symfony/orm-pack: 2.0.0

Reason: the latest version of an pack should be the up-to-date version of the containing packages. A stick to V2 is the wrong way - until a unpack losing the idea of the dependencies. If someone add a new dependency to this pack - all unpacked versions of this pack will do not require this dependency.

Instead of make the latest pack version sticky, serve 2 versions of this pack. a sticky and a updated one.

nusphere commented 4 years ago

I need to use "symfony/orm-pack": "1.0.8 || ^2.0" for now

nusphere commented 4 years ago

reference to #29

nicolas-grekas commented 4 years ago

Now that https://github.com/symfony/recipes/pull/797 is merged, the path is clear.