1
0
Fork 0

Add update <package> example to docs of update

pull/775/merge
Jordi Boggiano 2012-06-21 16:13:52 +02:00
parent 48f66f66fb
commit 6f576d4d4f
1 changed files with 4 additions and 0 deletions

View File

@ -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
)
;