Updated Composer plugin (markdown)

Mike Bronner 2015-04-01 20:33:38 -07:00
commit b7d7271f97

@ -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
```