Support to disable --minimal-changes
for composer
#37788
herndlm
started this conversation in
Suggest an Idea
Replies: 1 comment
-
PR welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
Feels similar to #32790 which is about using
--with-all-dependencies
instead of--with-dependencies
.Using
--minimal-changes
seems to not update transitive dependencies of e.g. the Symfony framework. I noticed that there are many transitive dependencies which stay on the old version even though they are dependencies of direct depenendencies that were upgraded. See also #24723 (reply in thread) for more details.Not really sure if this would be just another workaround or if there's a better solution to deal with such cases. The core issue that I have is that transitive Symfony packages are not being updated. I was also thinking about having some
composer update 'symfony/*'
command run after Symfony updates or keep doing that manually :/Beta Was this translation helpful? Give feedback.
All reactions