Created Composer plugin (markdown)

Dan Cryer 2013-10-17 02:45:50 -07:00
commit 736eeacd79

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.