1
0
Fork 0

Merge pull request #9416 from pdelre/patch-1

Update `self-update` options
pull/9418/head
Jordi Boggiano 2020-11-04 21:18:20 +01:00 committed by GitHub
commit 4ea4310bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -621,6 +621,9 @@ If Composer was not installed as a PHAR, this command is not available.
* **--stable:** Force an update to the stable channel. * **--stable:** Force an update to the stable channel.
* **--preview:** Force an update to the preview channel. * **--preview:** Force an update to the preview channel.
* **--snapshot:** Force an update to the snapshot channel. * **--snapshot:** Force an update to the snapshot channel.
* **--1:** Force an update to the stable channel, but only use 1.x versions
* **--2:** Force an update to the stable channel, but only use 2.x versions
* **--set-channel-only:** Only store the channel as the default one and then exit
## config ## config