Skip to content

Commit

Permalink
minor #6190 Fix redundant command line sample (sylozof)
Browse files Browse the repository at this point in the history
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 | #6189

Removed option ``--with-dependencies`` from the first command line example for composer upgrade.

Commits
-------

c8618e1 Update major_version.rst
  • Loading branch information
xabbuh committed Feb 2, 2016
2 parents c0d2bac + c8618e1 commit c750141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/upgrade/major_version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Next, use Composer to download new versions of the libraries:

.. code-block:: bash
$ composer update --with-dependencies symfony/symfony
$ composer update symfony/symfony
.. include:: /cookbook/upgrade/_update_dep_errors.rst.inc

Expand Down

0 comments on commit c750141

Please sign in to comment.