-
Notifications
You must be signed in to change notification settings - Fork 800
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
No need to bumb version in composer.lock and composer.json #495
Conversation
Hi @pvgnd, thanks for your contribution – this will need to be updated based on the changes to bump and package files that just landed in |
Actually, doesn't seem to be the right fix. The hash of the composer.lock depends on the composer.json content, so after bumping the version in composer.json, the composer.lock is not up to date with the new hash. So we need to run a postbump hook : composer update --lock |
@jbottigliero I agree. Also composer docs states that version in composer.json is
So we should also include that in the docs. |
e41081f
to
165c86e
Compare
I just rebased on master |
@jbottigliero I just rebased the PR |
closes #394
Composer docs states that version in composer.json is