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

Conversation

rcuisnier
Copy link

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)

Description

Definition Of Done

Q A
Technical Review and 2 GTM Todo
English Review and 1 GTM Todo

Todo: Pending / Work in progress
OK: Done / Validated
-: Not needed

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants