Skip to content

Commit

Permalink
Update composer parameter
Browse files Browse the repository at this point in the history
Change to `--with-all-dependencies`
  • Loading branch information
spoonerWeb committed Dec 13, 2018
1 parent a83589c commit f8a67e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/MigrateToComposer/BestPractices.rst
Expand Up @@ -45,7 +45,7 @@ Update single packages

When you want to update single packages, you can call the ``update``
command with the package name. You should always add
``--with-dependencies`` attribute to also update the required third
``--with-all-dependencies`` attribute to also update the required third
party packages.

Update TYPO3 core
Expand All @@ -55,20 +55,20 @@ Update TYPO3 core

::

composer update typo3/cms --with-dependencies
composer update typo3/cms --with-all-dependencies

**With "subtree split"**

::

composer update typo3/cms-* --with-dependencies
composer update typo3/cms-* --with-all-dependencies

Update extensions like "news"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

::

composer update georgringer/news --with-dependencies
composer update georgringer/news --with-all-dependencies

Use "dev requirements"
======================
Expand Down

0 comments on commit f8a67e8

Please sign in to comment.