Closed
Description
Yesterday I tweeted that:
I updated my workflow demo to Symfony 5.0
Basically I rancomposer up
+composer symfony:sync-recipe --force
+git add -p
and it worked ✅
and many people told me they did not know --force
option. So I said it's documented but ... no 😬 (I trust a lot the doc team 💛 ). There is a blog post about it, but I think we can do better.
And I think a migration guide could be nice to help people migrating their app
/ cc @Pierstoval since you are the author of this feature