diff --git a/Composer-plugin.md b/Composer-plugin.md new file mode 100644 index 0000000..ebfa17d --- /dev/null +++ b/Composer-plugin.md @@ -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. \ No newline at end of file