yireo / magento2-replace-bundled

Magento 2 meta-package to replace all optional third-party modules bundled with the core
44 stars 22 forks source link

Some modules from replace-core should be here too #5

Closed robbertstevens closed 4 years ago

robbertstevens commented 5 years ago

Maybe we should add the following packages from magento2-replace-core in this one too:

lewisje commented 4 years ago

It also looks like these modules, new to Magento 2.3.4, fit the pattern:

"magento/module-adobe-ims": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-admin-ui": "*",
"magento/module-adobe-stock-asset": "*",
"magento/module-adobe-stock-asset-api": "*",
"magento/module-adobe-stock-client": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-image": "*",
"magento/module-adobe-stock-image-admin-ui": "*",
"magento/module-adobe-stock-image-api": "*",
jissereitsma commented 4 years ago

Correct. Happy to see pull requests for this. Otherwise I will pick this up in 2 weeks time.

jissereitsma commented 4 years ago

@lewisje See https://github.com/yireo/magento2-replace-core/blob/magento-2.3.4/composer.json

@robbertstevens No, this wouldn't be a good idea. The magento2-replace-core package is meant to replace core features developed by Magento (which is Adobe), while the magento2-replace-bundled package is meant to replace third party extensions that are bundled with the core. You can install both packages though.