Question

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].
Was it helpful?

Solution

Thanks @Hitesh.

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

then

composer update

bin/magento setup:upgrade

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top