-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(versioning/composer): support range versions normalization #20558
fix(versioning/composer): support range versions normalization #20558
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a test
@viceice Done. |
@viceice Don't know why this doesn't get merged. I signed the CLA. |
PR was outdated, I've updated now. it should automerge after ci checks succeeds |
🎉 This PR is included in version 34.151.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
With composer versioning, you can specify range versions in the form of eg.
^7.4|^8
. Actually,composer2npm()
function does not normalize this to the valid semver equivalent||
. This PR fixes this.Context
Ref #20217 (comment)
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: