Pārlūkot izejas kodu

Add update <package> example to docs of update

Jordi Boggiano 12 gadi atpakaļ
vecāks
revīzija
6f576d4d4f
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      src/Composer/Command/UpdateCommand.php

+ 4 - 0
src/Composer/Command/UpdateCommand.php

@@ -42,6 +42,10 @@ dependencies.
 
 <info>php composer.phar update</info>
 
+To limit the update operation to a few packages, you can list the package(s)
+you want to update as such:
+
+<info>php composer.phar update vendor/package1 foo/mypackage [...]</info>
 EOT
             )
         ;