Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Last active August 29, 2015 14:07
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 digisavvy/4f253ad84bafab6a6401 to your computer and use it in GitHub Desktop.
Save digisavvy/4f253ad84bafab6a6401 to your computer and use it in GitHub Desktop.
composer.json
{
"name": "DigiSavvy Project Boilerplate",
"description": "Plugins and Theme for Use with DigiSavvy Projects",
"repositories":[
{
"type":"composer",
"url":"http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "some-like-it-neat",
"type": "wordpress-theme",
"version": "1.0",
"dist": {
"type": "zip",
"url": "https://github.com/digisavvy/some-like-it-neat/archive/master.zip"
},
"require" : {
"composer/installers": "v1.0.12"
}
}
}
],
"require": {
"wpackagist-plugin/akismet":"dev-trunk",
"wpackagist-plugin/what-the-file":"*",
"wpackagist-plugin/developer":"*",
"wpackagist-plugin/ninja-forms":"*",
"wpackagist-plugin/jetpack":"*",
"wpackagist-plugin/advanced-custom-fields":"*",
"wpackagist-plugin/iwp-client":"*",
"wpackagist-plugin/theme-check":"*",
"wpackagist-plugin/webmaster-user-role":"*",
"some-like-it-neat":"*"
},
"extra": {
"installer-paths": {
"wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
},
"autoload": {
"psr-0": {
"Acme": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment