Skip to content

Constraints for Cloud Metapackage #524

Open
@BarnyShergold

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions