1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Merge pull request #3450 from nicolas-grekas/prefer-lowest-stable

add --prefer-lowest and --prefer-stable to update command
This commit is contained in:
Jordi Boggiano 2014-12-14 13:02:06 +00:00
commit 901fd838f3
19 changed files with 143 additions and 16 deletions

View file

@ -140,7 +140,9 @@ php composer.phar update vendor/*
* **--lock:** Only updates the lock file hash to suppress warning about the
lock file being out of date.
* **--with-dependencies** Add also all dependencies of whitelisted packages to the whitelist.
So all packages with their dependencies are updated recursively.
* **--prefer-stable:** Prefer stable versions of dependencies.
* **--prefer-lowest:** Prefer lowest versions of dependencies. Useful for testing minimal
versions of requirements, generally used with `--prefer-stable`.
## require