From 6f576d4d4f043e8bc7d8c60cb3c8d725e57b5245 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 21 Jun 2012 16:13:52 +0200 Subject: [PATCH] Add update example to docs of update --- src/Composer/Command/UpdateCommand.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Composer/Command/UpdateCommand.php b/src/Composer/Command/UpdateCommand.php index f45a4b3b3..ceb8ff86a 100644 --- a/src/Composer/Command/UpdateCommand.php +++ b/src/Composer/Command/UpdateCommand.php @@ -42,6 +42,10 @@ dependencies. php composer.phar update +To limit the update operation to a few packages, you can list the package(s) +you want to update as such: + +php composer.phar update vendor/package1 foo/mypackage [...] EOT ) ;