1
0
Fork 0

Merge pull request #8855 from naderman/document-update-mirrors-lock-nothing

Documentation: Clarify composer update mirrors/nothing/lock
pull/8864/head
Jordi Boggiano 2020-05-01 14:46:54 +02:00 committed by GitHub
commit 54d8cbe5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ php composer.phar update "vendor/*"
* **--interactive:** Interactive interface with autocompletion to select the packages to update.
* **--root-reqs:** Restricts the update to your first degree dependencies.
Specifying one of the words `mirrors`, `lock`, or `nothing` as an argument has the same effect as specifying the option `--lock`, for example `composer update mirrors` is exactly the same as `composer update --lock`.
## require
The `require` command adds new packages to the `composer.json` file from