From b7d7271f975deca1b317331cc0a137c06d6239a4 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Wed, 1 Apr 2015 20:33:38 -0700 Subject: [PATCH] Updated Composer plugin (markdown) --- Composer-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Composer-plugin.md b/Composer-plugin.md index 8edcc2d..8caacf9 100644 --- a/Composer-plugin.md +++ b/Composer-plugin.md @@ -11,7 +11,7 @@ Allows you to run Composer within your build, to install dependencies prior to t setup: composer: directory: "my/composer/dir" - action: "install" + action: "update" prefer_dist: true ```