We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
"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" },
Change "magento/magento-cloud-metapackage":">=2.x.y <2.x.z" to "magento/magento-cloud-metapackage":"2.x.y" in composer.json
"magento/magento-cloud-metapackage":">=2.x.y <2.x.z"
"magento/magento-cloud-metapackage":"2.x.y"
There is an issue on DEVDOCS for the docs - magento/devdocs#9094
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 -
Possible solutions
Change
"magento/magento-cloud-metapackage":">=2.x.y <2.x.z"
to"magento/magento-cloud-metapackage":"2.x.y"
in composer.jsonThere is an issue on DEVDOCS for the docs - magento/devdocs#9094
The text was updated successfully, but these errors were encountered: