Skip to content

Commit 2d1fec0

Browse files
committed
minor #10772 Fix minor upgrade procedure first command (MichaelDemeyer)
This PR was merged into the 4.1 branch. Discussion ---------- Fix minor upgrade procedure first command Remove "--with-all-dependencies" of first "composer update" command <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b9033aa Fix minor upgrade procedure first command
2 parents 9ad6b2a + b9033aa commit 2d1fec0

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)