Skip to content

Commit eacd055

Browse files
author
Norman Kämper-Leymann
authored
Update the update command.
The command also needs to pick up `drupal/core-composer-scaffold`. See drupal-composer#585 and also https://www.drupal.org/docs/updating-drupal/updating-drupal-core-via-composer#s-update-drupal-core-code.
1 parent 0e88ba1 commit eacd055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ new release of Drupal core.
5858

5959
Follow the steps below to update your core files.
6060

61-
1. Run `composer update drupal/core-recommended drupal/core-dev --with-dependencies` to update Drupal Core and its dependencies.
61+
1. Run `composer update "drupal/core-*" --with-dependencies` to update Drupal Core and its dependencies.
6262
2. Run `git diff` to determine if any of the scaffolding files have changed.
6363
Review the files for any changes and restore any customizations to
6464
`.htaccess` or `robots.txt`.

0 commit comments

Comments
 (0)