1

I'm trying to upgrade Magento 2 Commerce version from 2.3.2 to 2.3.4 using the following command.

composer require magento/product-enterprise-edition=2.3.4

Your requirements could not be resolved to an installable set of packages.

 Problem 1
 - Can only install one of: magento/page-builder-commerce[1.2.0, 1.0.1].
 - Can only install one of: magento/page-builder-commerce[1.2.0, 1.0.1].
 - Can only install one of: magento/page-builder-commerce[1.0.1, 1.2.0].
 - magento/product-enterprise-edition 2.3.4 requires magento/page-builder-commerce 1.2.0 -> satisfiable by magento/page-builder-commerce[1.2.0].
 - Installation request for magento/product-enterprise-edition 2.3.4 -> satisfiable by magento/product-enterprise-edition[2.3.4].
 - Installation request for magento/page-builder-commerce (locked at 1.0.1) -> satisfiable by magento/page-builder-commerce[1.0.1].
asked Feb 6, 2020 at 3:16
1
  • Hi Sudhanshu, Could you please try with require magento/product-enterprise-edition=2.3.4 --no-update and then composer update, it is working fine at my system as I am also upgrade from 2.3.2 to 2.3.4. Commented Feb 6, 2020 at 7:48

1 Answer 1

1

Thanks @Hitesh.

composer require magento/product-enterprise-edition=2.3.4 --no-update

then

composer update

bin/magento setup:upgrade

answered Feb 6, 2020 at 9:18

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.