Skip to content

Instantly share code, notes, and snippets.

@webarthur
Created October 21, 2015 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webarthur/117c34d05d459b322eaf to your computer and use it in GitHub Desktop.
Save webarthur/117c34d05d459b322eaf to your computer and use it in GitHub Desktop.
Easy way to install WordPress and plugins with Composer
{
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
}
],
"require": {
"php": ">=5.4",
"johnpbloch/wordpress": "*"
, "wpackagist-plugin/advanced-settings": "*"
},
"extra": {
"wordpress-install-dir": "."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment