From af332223649bf8b01347fa9779c7d54a7b42afbe Mon Sep 17 00:00:00 2001 From: Ralf Geschke Date: Wed, 21 May 2014 18:12:53 +0200 Subject: [PATCH] added missing description... --- packaging/composer | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packaging/composer b/packaging/composer index 4a609e3c4fa..d9f43d061a2 100644 --- a/packaging/composer +++ b/packaging/composer @@ -28,6 +28,11 @@ version_added: "1.6" description: - Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you options: + command: + description: + - Composer command like "install", "update" and so option + required: false + default: install working_dir: description: - Directory of your project ( see --working-dir ) @@ -85,7 +90,7 @@ notes: EXAMPLES = ''' # Downloads and installs all the libs and dependencies outlined in the /path/to/project/composer.lock -- composer: working_dir=/path/to/project +- composer: command=install working_dir=/path/to/project ''' import os