0

i have a problem with the update of my magento installation from 2.2.3 to 2.2.5, when I try to make the composer update appear this error: Problem 1 - Installation request for magento/product-community-edition 2.2.5 -> satisfiable by magento/product-community-edition[2.2.5]. - magento/product-community-edition 2.2.5 requires amzn/amazon-pay-and-login-magento-2-module ^2.0.4 -> satisfiable by amzn/amazon-pay-and-login-magento-2-module[2.0.12, 2.0.4] but these conflict with your requirements or minimum-stability.

I have see that last version of amazon pay module is the 1.2.6. How I can solve it?

Hitesh Koshti
1,4454 gold badges18 silver badges38 bronze badges
asked Sep 4, 2018 at 9:36

2 Answers 2

0

You can just change one line in root composer.json file from

magento/product-community-edition": "2.2.3"

to

 magento/product-community-edition": "2.2.5"

and run command

composer update 
answered Sep 4, 2018 at 9:57
0

Amazon Pay is bundled with Magento 2.2.4 onwards. If you already had Amazon Pay installed, you should remove it from your composer.json and use the version included with Magento.

answered Sep 4, 2018 at 11:39
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.