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

Constraints for Cloud Metapackage #524

Open
BarnyShergold opened this issue Aug 13, 2021 · 0 comments
Open

Constraints for Cloud Metapackage #524

BarnyShergold opened this issue Aug 13, 2021 · 0 comments

Comments

@BarnyShergold
Copy link

Description

The constraint numbers for the metapackage don't need to be set as : >=current_version <next_version

eg "magento/magento-cloud-metapackage":">=2.3.4 <2.3.5"

This is because the Cloud metapackage require does this -

           "require": {
                "fastly/magento2": "^1.2.34",
                "magento/ece-tools": "^2002.1.0",
                "magento/module-paypal-on-boarding": "~100.4.0",
                "magento/product-enterprise-edition": ">=2.4.2 <2.4.3"
            },

Possible solutions

Change "magento/magento-cloud-metapackage":">=2.x.y <2.x.z" to "magento/magento-cloud-metapackage":"2.x.y" in composer.json

There is an issue on DEVDOCS for the docs - magento/devdocs#9094

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

1 participant