fixed composer usage example

reviewable/pr18780/r1
Ramunas Dronga 9 years ago
parent 83c0bfbe3f
commit a0965ff934

@ -110,7 +110,8 @@ EXAMPLES = '''
- composer: command=install working_dir=/path/to/project
- composer:
command: "require my/package"
command: "require"
arguments: "my/package"
working_dir: "/path/to/project"
# Clone project and install with all dependencies

Loading…
Cancel
Save