Skip to content

Instantly share code, notes, and snippets.

@matt-bernhardt
Last active March 21, 2016 17:56
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 matt-bernhardt/090c9dd0747629013170 to your computer and use it in GitHub Desktop.
Save matt-bernhardt/090c9dd0747629013170 to your computer and use it in GitHub Desktop.
Experiments with building out a Wordpress network via Composer
{
"name": "mjbernha/composer-wp",
"description": "Composer-deployed Wordpress",
"license": "GPL-2.0",
"authors": [
{
"name": "Matt Bernhardt",
"email": "mjbernha@mit.edu"
}
],
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
}
],
"require": {
"johnpbloch/wordpress": "4.2.4",
"wpackagist-plugin/advanced-custom-fields": "4.4.1"
},
"extra": {
"wordpress-install-dir": "."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment