Updated Composer plugin (markdown)

Wanderson Camargo 2014-07-29 10:17:22 -07:00
commit 690eaa29d8

@ -4,4 +4,12 @@ Allows you to run Composer within your build, to install dependencies prior to t
* **directory** - Optional - Directory within which you want Composer to run (defaults to build root.)
* **action** - Optional - Action you wish Composer to run (defaults to update.)
* **prefer_dist** - Optional - true/false whether Composer should run with the `--prefer-dist` flag.
* **prefer_dist** - Optional - true/false whether Composer should run with the `--prefer-dist` flag.
#### Warning
If you are using a Composer private repository like Satis, with HTTP authentication, you must check your username and password inside the ```auth.json``` file. PHPCI uses the ```--no-interaction``` flag, so it will not warn if you must provide that info.
For more info, please check the Composer documentation.
https://getcomposer.org/doc/04-schema.md#config