Skip to content

Instantly share code, notes, and snippets.

@zjrosen1
Last active June 5, 2016 22:53
Show Gist options
  • Save zjrosen1/5ed0b9a079bff76ef614 to your computer and use it in GitHub Desktop.
Save zjrosen1/5ed0b9a079bff76ef614 to your computer and use it in GitHub Desktop.
Simple composer.json for wordpress
{
"name": "",
"description": "Wordpress website for testing",
"authors": [
{
"name": "",
"email": ""
}
],
"repositories":[
{
"type":"composer",
"url":"http://wpackagist.org"
}
],
"require": {
"johnpbloch/wordpress": "4.*",
"wpackagist-plugin/timber-library": "1.*",
"wpackagist-plugin/woocommerce": "2.5.5"
},
"extra": {
"installer-paths": {
"content/plugins/{$name}/": ["type:wordpress-plugin"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment