Skip to content

Commit

Permalink
Merge pull request #5 from Marketera/master
Browse files Browse the repository at this point in the history
Add option to run `exec` synchronously
  • Loading branch information
cyberdummy committed Jan 10, 2016
2 parents 11ecc10 + a9c50a0 commit 84100b1
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 186 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ composer([ command, ] [ options ]);

| Option | Default | Description | Passed to composer |
|:------------------------------------- |:------- |:--------------------------------------------------------------------------------------------------- |:------------------ |
| working-dir <br><sup>*String*</sup> | [cwd] | The path with which to run composer against (normally where the composer.json is located). | *Yes* |
| bin <br><sup>*String*</sup> | auto | Path to the composer binary. E.g. `composer`, `/usr/bin/composer.phar`, or `php /path/to/composer`. | *No* |
| self-install <br><sup>*Boolean*</sup> | true | Set to `false` if you prefer to disable the self-install feature. | *No* |
| ansi <br><sup>*Boolean*</sup> | true | The default for this parameter is automatically passed `composer` to enable logging in color | *Yes* |
| self-install <br><sup>*Boolean*</sup> | true | Set to `false` to disable self-install. | *No* |
| async <br><sup>*Boolean*</sup> | true | By default, the `composer` bin will load asynchronously. Use `false` to run it synchronously. | *No* |
| ansi <br><sup>*Boolean*</sup> | true | The default for this parameter is automatically passed `composer` to enable logging in color. | *Yes* |
| working-dir <br><sup>*String*</sup> | [cwd] | The path with which to run composer against (normally where the composer.json is located). | *Yes* |
| ... | *mixed* | Any other arguments will be passed through to composer | *Yes* |


Expand Down
Loading

0 comments on commit 84100b1

Please sign in to comment.