Created Composer plugin (markdown)
parent
896f9e67a5
commit
736eeacd79
1 changed files with 7 additions and 0 deletions
7
Composer-plugin.md
Normal file
7
Composer-plugin.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Allows you to run Composer within your build, to install dependencies prior to testing. Best run as a "setup" stage plugin.
|
||||
|
||||
### Configuration Options:
|
||||
|
||||
* **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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue