Skip to content

Commit 0b6d607

Browse files
gagarineshrop
authored andcommitted
Quote wildcards to avoid issues in some shells (drupal-composer#456)
1 parent d4ed9f1 commit 0b6d607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ new release of Drupal core.
6262

6363
Follow the steps below to update your core files.
6464

65-
1. Run `composer update drupal/core webflo/drupal-core-require-dev symfony/* --with-dependencies` to update Drupal Core and its dependencies.
65+
1. Run `composer update drupal/core webflo/drupal-core-require-dev "symfony/*" --with-dependencies` to update Drupal Core and its dependencies.
6666
1. Run `git diff` to determine if any of the scaffolding files have changed.
6767
Review the files for any changes and restore any customizations to
6868
`.htaccess` or `robots.txt`.

0 commit comments

Comments
 (0)