Skip to content

Commit c750141

Browse files
committed
minor symfony#6190 Fix redundant command line sample (sylozof)
This PR was merged into the 2.3 branch. Discussion ---------- Fix redundant command line sample | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | symfony#6189 Removed option ``--with-dependencies`` from the first command line example for composer upgrade. Commits ------- c8618e1 Update major_version.rst
2 parents c0d2bac + c8618e1 commit c750141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/upgrade/major_version.rst

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

135135
.. code-block:: bash
136136
137-
$ composer update --with-dependencies symfony/symfony
137+
$ composer update symfony/symfony
138138
139139
.. include:: /cookbook/upgrade/_update_dep_errors.rst.inc
140140

0 commit comments

Comments
 (0)