Skip to content
New issue

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

Allow bumping to happen automatically when updating dependencies #10963

Closed
bendavies opened this issue Jul 22, 2022 · 2 comments
Closed

Allow bumping to happen automatically when updating dependencies #10963

bendavies opened this issue Jul 22, 2022 · 2 comments

Comments

@bendavies
Copy link

bendavies commented Jul 22, 2022

Hi there,

The bump commanad added in #10829 is a great addition and goes along way to replace what I've been using malukenho/mcbumpface for.

There is one usecase missing however, bumping version constraints during an update.

At the moment, we'll have to do:

composer update foo/foo
composer bump

It would be nice to make this one command, for example

composer update foo/foo --bump

which would replicate what malukenho/mcbumpface does

Thanks for the new command!

@stof
Copy link
Contributor

stof commented Jul 22, 2022

See #10934

@bendavies
Copy link
Author

thanks @stof

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants