This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
B2B installation requires specific version if Magento is not latest #8114
Closed
Description
General issue
Topic: https://devdocs.magento.com/extensions/b2b/
Description:
When I install B2B onto Magento 2.3.6 with composer require magento/extension-b2b
, it loads 1.3 version (Using version ^1.3 for magento/extension-b2b
), which is the version compatible with Magento 2.4. Though it works when I specify a B2B version such as composer require magento/extension-b2b:1.1.6
.
Possible solutions:
Update the text and command or add a note that compatible version must be provided in the command, and add a reference link to the topic with a list of compatible versions Magento - B2B.