Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update apply_patch_ee_flexibility.rst #1521

Open
wants to merge 1 commit into
base: 4.0
Choose a base branch
from

Commits on Nov 26, 2020

  1. 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)
    rcuisnier authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    8ee9a41 View commit details
    Browse the repository at this point in the history