Cleaning up comments
parent
2e9e7ddd99
commit
11db6f90c2
|
@ -1284,7 +1284,7 @@ class Installer
|
|||
*
|
||||
* Packages which are listed as requirements in the root package will be
|
||||
* skipped including their dependencies, unless they are listed in the
|
||||
* update whitelist themselves or `with-all-dependencies` is used.
|
||||
* update whitelist themselves or $whitelistAllDependencies is true.
|
||||
*
|
||||
* @param RepositoryInterface $localOrLockRepo Use the locked repo if available, otherwise installed repo will do
|
||||
* As we want the most accurate package list to work with, and installed
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
See Github issue #6661 ( github.com/composer/composer/issues/6661 ).
|
||||
|
||||
When `with-all-dependencies` is used, Composer\Installer::whitelistUpdateDependencies should update all whitelisted dependencies, even if the dependency is a root requirement.
|
||||
When `--with-all-dependencies` is used, Composer\Installer::whitelistUpdateDependencies should update the dependencies of all whitelisted packages, even if the dependency is a root requirement.
|
||||
|
||||
--COMPOSER--
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue