-
Notifications
You must be signed in to change notification settings - Fork 23
Stabilize composer #2
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
Conversation
@alankent |
@alankent when is this going to be merged? |
@alankent are you alive? |
Ref: magentocommerce.com Ticket #03188454 |
@ktomk could you please update current PR, and once #8743 would be delivered I could process it as well. |
Composer now has stable releases and supports semantic versioning. This commit stops magento/composer from blocking stable composer requirements as it was previously by pinning it to a specific release (1.0.0-beta1). - Ref: magento/magento2#4359
@maghamed just done, please let me know if ^1.3.2 is aiming too high for some reason, e.g. this perhaps should be aligned with the base project. |
MC-31797: Remove compatibility with PHP 7.1 and 7.2
MC-41087: Add Composer 2 support to magento/composer
A merger has not come to fruition. The offer is forfeited. All rights withdrawn. No commitment has been made in the past, but should it have been accepted, it is to be considered null and void in any case with the non-merger. This is a non-legal, machine translation. The place of jurisdiction is the place of the author. |
Composer now has stable releases and supports semantic versioning. This
commit stops magento/composer from blocking stable composer requirements
as it was previously by pinning it to a specific release (1.0.0-beta1).