It would be great, if the auto-bump of dependencies could be disabled via a (global) composer config key. So I can run composer bump if I want a controlled update of dependencies.
Having composer bump will conflict with composer version 2.4
Which will replace the functionality of this library altogether, so I think the conflict would be fine.
It would be great, if the auto-bump of dependencies could be disabled via a (global) composer config key. So I can run
composer bump
if I want a controlled update of dependencies.