Skip to content

Commit b9033aa

Browse files
MichaelDemeyerjaviereguiluz
authored andcommitted
Fix minor upgrade procedure first command
Remove "--with-all-dependencies" of first "composer update" command
1 parent 9ad6b2a commit b9033aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/upgrade_minor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Next, use Composer to download new versions of the libraries:
4646

4747
.. code-block:: terminal
4848
49-
$ composer update "symfony/*" --with-all-dependencies
49+
$ composer update "symfony/*"
5050
5151
.. include:: /setup/_update_dep_errors.rst.inc
5252

0 commit comments

Comments
 (0)