You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behaviour:
When adding a Magento package or mage-os package the module will add 2 replacements one for the requested mage-os and one for magento.
Desired Behaviour:
to specify a config within the extra.replace that means that duplicate packages won't be added, This could either be boolean flag that simply says not to convert whatever was added, or a varchar that species the required vendor and all mage-os/magento packages are converted to the specified vendor.
Justification:
Currently when running replace:build the generated replacements list includes replacements for both mage-os and magento packages, doubling the size of this list when for most people they will only ever be installing from one place or another.