Closed linshin closed 2 years ago
Did you see already the troubleshooting hints here - https://github.com/yireo/magento2-replace-tools ? Often a simple composer update
does not work because the replacements require a complete new build of the lock file. Throwing away vendor/
and the lock file are maybe not to be recommended when working with composer normally, but it is recommended when working with replacements like these.
magento/module-remote-storage is required by magento/module-aws-s3
that module is not supposed to be replaced really so you should be fine if you remove "magento/module-remote-storage": "*"
from your composer replace
A new release has been made, removing magento/module-aws-s3
as well. The intention of this meta-package is to remove as much as possible. As of yet, no issues are found.
After upgrading Magento to 2.4.5 I'm getting the following error when I'm trying to replace vendor packages. I'm using the latest 2.2.x Composer version.
Your lock file does not contain a compatible set of packages. Please run composer update.
I'm not sure if this is a problem of composer in general or not.