From 736eeacd795b5f61702facd411844e93688a619b Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 02:45:50 -0700 Subject: [PATCH] Created Composer plugin (markdown) --- Composer-plugin.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Composer-plugin.md 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