From 61138f39f4e19a847d32aa096c5f72e3818fbfa9 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Wed, 1 Apr 2015 20:34:04 -0700 Subject: [PATCH] Updated Composer plugin (markdown) --- Composer-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Composer-plugin.md b/Composer-plugin.md index 8caacf9..14edbc7 100644 --- a/Composer-plugin.md +++ b/Composer-plugin.md @@ -1,7 +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: - +## Configuration +### Options * **directory** [optional] - Directory within which you want Composer to run (default: build root) * **action** [optional - Action you wish Composer to run (default: 'install') * **prefer_dist** [optional - true|false whether Composer should run with the `--prefer-dist` flag (default: false)