Updated Composer plugin (markdown)
parent
9ee5d28316
commit
690eaa29d8
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue