Skip to content

Instantly share code, notes, and snippets.

@iiegor
Forked from zjrosen1/composer.json
Last active August 29, 2015 14:25
Show Gist options
  • Save iiegor/ac18278524c6e20eceae to your computer and use it in GitHub Desktop.
Save iiegor/ac18278524c6e20eceae to your computer and use it in GitHub Desktop.
{
"name": "Site_Name",
"description": "Wordpress website for NAME",
"authors": [
{
"name": "YOUR NAME",
"email": "YOUR EMAIL"
}
],
"repositories":[
{
"type":"composer",
"url":"http://wpackagist.org"
}
],
"require": {
"johnpbloch/wordpress": "4.2.2",
"drewm/mailchimp-api": "dev-master",
"wpackagist-plugin/timber-library": "0.*",
"wpackagist-plugin/wordpress-seo": "2.2.*",
"wpackagist-plugin/w3-total-cache": "0.9.*"
},
"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