symfony / flex

Composer plugin for Symfony
MIT License
4.15k stars 181 forks source link

Feature request: Update recipes non interactive #1027

Open trsteel88 opened 3 months ago

trsteel88 commented 3 months ago

I have quite a few instances where recipes require an update but there are no changes (other than to the symfony.lock file).

It seems pointless to have to run update, commit, run update commit, etc..

It would be good if there was a non interactive command that could be run which goes through each recipe and syncs it if it only changes the symfony.lock. This would reduce the number of manual executions for bundles. We would then be able to write GitHub workflows for personal projects to automatically handle these changes.