Skip to content

Commit

Permalink
Update README to show how to update the composer.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
xyu committed Nov 30, 2014
1 parent b1220a2 commit 2d69545
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2d69545

Please sign in to comment.