You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #583 Allowing specific recipes to be "re-installed" (weaverryan)
This PR was merged into the 1.5-dev branch.
Discussion
----------
Allowing specific recipes to be "re-installed"
Hi!
Very simple: you can now re-install/update just one (or specific) recipes:
```
composer symfony:sync-recipes symfony/console --force
```
That's very helpful, as there are a few specific recipes (this is one of them) that really *do* need to be "updated", at the very least, when upgrading to Symfony 5 (as some important files have evolved over time).
This relates to #575 (will help with upgrading), #518 and should go along with the PRs #562 and #565
Thanks!
Commits
-------
a9dad87 Allowing specific recipes to be "re-installed"
0 commit comments