Instead of Unpack the Pack - use tags for update strategies#30
Instead of Unpack the Pack - use tags for update strategies#30nicolas-grekas merged 1 commit intosymfony:masterfrom nusphere:master
Conversation
Revert Sticky to V2 and generates a full Support of Doctrine Migration V3
|
Lets tag the as Reason: Instead of make the latest pack version sticky, serve 2 versions of this pack. a sticky and a updated one. |
|
I need to use |
|
reference to #29 |
| "doctrine/doctrine-bundle": "^2", | ||
| "doctrine/doctrine-migrations-bundle": "^2" | ||
| "doctrine/orm": "*", | ||
| "doctrine/doctrine-bundle": "*", |
There was a problem hiding this comment.
both these lines must be kept as is: when dbal/orm v3 will be released, adopting them should be opt-in
| "doctrine/doctrine-migrations-bundle": "^2" | ||
| "doctrine/orm": "*", | ||
| "doctrine/doctrine-bundle": "*", | ||
| "doctrine/doctrine-migrations-bundle": "*" |
There was a problem hiding this comment.
OK to me as is once symfony/flex#656 is merged + tagged.
To be tagged as v2.0.0
|
Now that symfony/recipes#797 is merged, the path is clear. |
make a new major tag for a full Support of Doctrine Migration V3