-
-
Notifications
You must be signed in to change notification settings - Fork 18
Instead of Unpack the Pack - use tags for update strategies #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"doctrine/doctrine-bundle": "^2", | ||
"doctrine/doctrine-migrations-bundle": "^2" | ||
"doctrine/orm": "*", | ||
"doctrine/doctrine-bundle": "*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use ^3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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