Choosing ?
shows you the details:
y - discard changes and apply the update
n - abort the update and let you manually clean things up
v - view modified files
d - view local modifications (diff)
s - stash changes and try to reapply them after the update
You can also check the source code, the relevant part is here.
If you run with the --no-interaction
, you can set discard-changes: true
in composer.json
file and you wont get prompted for this option every time.
Or, run:
COMPOSER_DISCARD_CHANGES=true composer install --no-interaction
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With