yireo / magento2-replace-all

Meta-package to replace all optional Magento 2 modules
129 stars 32 forks source link

Magento 2.3.7, 2.3.7-p1, 2.3.7-p2 #25

Closed itagil closed 2 years ago

itagil commented 2 years ago

Is it planned to add support of 2.3.7 versions? Problem 1

jissereitsma commented 2 years ago

I'm unable to test things myself, but the composer.json file of the 3.6.2 release shows the following: https://github.com/yireo/magento2-replace-all/blob/3.6.2/composer.json#L5 So this should match anything with 2.3.*. So this issue does not seem to be related to 2.3.7 with any patches.

Did you make sure to remove vendor/ and composer.lock to troubleshoot things?

itagil commented 2 years ago

Ok. Thanks. I have solved it directly in my composer.json.

jissereitsma commented 2 years ago

Could you let us know the fix? If your claim is correct, then something was wrong with these replacements, meaning that others might bump into things as well. So if you could comment upon your fix, others can benefit as well.

itagil commented 2 years ago

@jissereitsma I have placed replace section form (https://github.com/yireo/magento2-replace-all/blob/magento-2.3/composer.json )directly in my composer.json. Also, I have added vertexinc/sdk extension to the list because it was in my 2.3.7 Open Source version. After this, I was able to uninstall optional modules.

jissereitsma commented 2 years ago

Thanks. That's strange that it wouldn't work through this package. The line https://github.com/yireo/magento2-replace-all/blob/magento-2.3/composer.json#L221 shows vertexinc/sdk is already replaced. I have also tested this out manually on a 2.3.7 site myself and it just works. Anyway, you solved it. Glad to hear that it worked out.