From 332909a95650f1cf0ea3b9b8868654714e7aa8ad Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 16 May 2014 14:06:55 +0100 Subject: [PATCH] Update composer example Remove unsupported 'install' argument --- packaging/composer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/composer b/packaging/composer index 983a38dec64..16dc420d20e 100644 --- a/packaging/composer +++ b/packaging/composer @@ -85,7 +85,7 @@ notes: EXAMPLES = ''' # Downloads and installs all the libs and dependencies outlined in the /path/to/project/composer.lock -- composer: command=install working_dir=/path/to/project +- composer: working_dir=/path/to/project ''' import os