From 2d69545cd51e93366219c93016461e1633799604 Mon Sep 17 00:00:00 2001 From: Xiao Yu Date: Sun, 30 Nov 2014 19:21:01 +0000 Subject: [PATCH] Update README to show how to update the composer.lock file --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba2bfafe6f..5b3fd743f8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ In additon repository comes bundled with the following plugins. * [SendGrid](http://wordpress.org/plugins/sendgrid-email-delivery-simplified/) * [WP Read-Only](http://wordpress.org/extend/plugins/wpro/) -WordPress and most included plugins are installed by Composer on build. To add new plugins or upgrade versions of plugins simply update the `composer.json` file and then generate the `composer.lock` file. +WordPress and most included plugins are installed by Composer on build. To add new plugins or upgrade versions of plugins simply update the `composer.json` file and then generate the `composer.lock` file with the following command locally: + +```bash +$ composer update --ignore-platform-reqs +``` To customize the site simply place files into `/public` which upon deploy to Heroku will be copied on top of the standard WordPress install and plugins specified by Composer.