We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
1️⃣ On projects (as opposed on libraries ; "type": "project"), I think we could run automatically composer bump after each composer update
"type": "project"
composer bump
composer update
2️⃣ If this is too intrusive, could we at least have a new configuration flag in the composer.json to configure this behavior
composer.json
"config": { "bump-after-update": true }
3️⃣ We could even have something in the middle : 2️⃣ + with true as default value. So if someone doesn't want to to bump, they could turn it out
true
The text was updated successfully, but these errors were encountered:
Why should this be a built-in feature of Composer rather than a case of running composer update && composer bump ?
composer update && composer bump
Sorry, something went wrong.
More or less the same arguments each times but:
IMO ok to have as an optional thing, I don't think I would do this by default as it seems a bit over-reaching.
Successfully merging a pull request may close this issue.
Hello,
1️⃣ On projects (as opposed on libraries ;
"type": "project"
), I think we could run automaticallycomposer bump
after eachcomposer update
2️⃣ If this is too intrusive, could we at least have a new configuration flag in the
composer.json
to configure this behavior3️⃣ We could even have something in the middle : 2️⃣ + with
true
as default value. So if someone doesn't want to to bump, they could turn it outThe text was updated successfully, but these errors were encountered: