From 95a8a13abf39685bd145e0c86eff2279c1a5e57e Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 19 Jun 2022 18:23:26 +0100 Subject: [PATCH] Issue #3145738 by andrewmacpherson, quietone, Mile23, mmjvb: Incorrect composer update instructions for Drupal core metapackages --- composer/Metapackage/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/Metapackage/README.txt b/composer/Metapackage/README.txt index ffdb8847e94..3f7c865c9a4 100644 --- a/composer/Metapackage/README.txt +++ b/composer/Metapackage/README.txt @@ -28,7 +28,7 @@ Drupal Core provides three metapackages that serve different purposes. Note that a project that uses both drupal/core-recommended and drupal/core-dev-pinned must update them both at the same time, e.g.: - composer update drupal/core-recommended drupal/core-dev-pinned --with-updates + composer update drupal/core-recommended drupal/core-dev-pinned --with-dependencies Composer may have trouble with the update if one of these projects is listed on the command line without the other. Running composer update without any