From 0bfcc791c44b21715ce940fe443fc3ae435dcf59 Mon Sep 17 00:00:00 2001 From: Robert Saylor Date: Sun, 3 May 2020 07:57:11 -0400 Subject: [PATCH] Update upgrade_major.rst Mac OS will give error without the quotes. zsh: no matches found: symfony/* --- setup/upgrade_major.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upgrade_major.rst b/setup/upgrade_major.rst index 9c51834e577..e1bf8a384fc 100644 --- a/setup/upgrade_major.rst +++ b/setup/upgrade_major.rst @@ -170,7 +170,7 @@ Next, use Composer to download new versions of the libraries: .. code-block:: terminal - $ composer update symfony/* + $ composer update "symfony/*" .. include:: /setup/_update_dep_errors.rst.inc