From 8ee9a4156e36ede40de8c23dec68784ae0b46027 Mon Sep 17 00:00:00 2001 From: rcuisnier Date: Thu, 26 Nov 2020 11:58:59 +0100 Subject: [PATCH] Update apply_patch_ee_flexibility.rst I would recommand a full CLI command to get a simplest process to update PIM to a specific version. That allows to play both CE and EE successively without any conflict : composer require --no-update akeneo/pim-community-dev 4.0.10 composer require --no-update akeneo/pim-enterprise-dev 4.0.10 https://getcomposer.org/doc/03-cli.md#require --no-update: Disables the automatic update of the dependencies (implies also --no-install: which Does not run the install step after updating the composer.lock file) --- migrate_pim/apply_patch/apply_patch_ee_flexibility.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/migrate_pim/apply_patch/apply_patch_ee_flexibility.rst b/migrate_pim/apply_patch/apply_patch_ee_flexibility.rst index 8d0e4b232..b1cf186b8 100644 --- a/migrate_pim/apply_patch/apply_patch_ee_flexibility.rst +++ b/migrate_pim/apply_patch/apply_patch_ee_flexibility.rst @@ -19,6 +19,12 @@ To upgrade, please change the composer.json to: ... } +You can use a text editor (vi) or the composer require command: + +.. code-block:: bash + + composer require --no-update akeneo/pim-community-dev 4.0.10 + Run the composer update command: .. code-block:: bash