Composer Boilerplate
{
"name": "ahhacreative/PROJECTNAME",
"authors": [
{
"name": "Amy (Haywood) Dutton",
"email": "amy@ahhacreative.com"
}
],
"repositories" : [
{
"type" : "composer",
"url" : "https://wpackagist.org"
},
{
"type" : "vcs",
"url" : "git@bitbucket.org:ahhacreative/ahha_plugin_acf.git"
},
{
"type" : "vcs",
"url" : "git@bitbucket.org:ahhacreative/ahha_plugin_gravityforms.git"
},
{
"type" : "vcs",
"url" : "git@bitbucket.org:ahhacreative/ahha_plugin_wpdbmigratepro.git"
}
],
"extra" : {
"installer-paths" : {
"wp-content/plugins/{$name}/" : ["type:wordpress-plugin"],
"wp-content/themes/{$name}/" : ["type:wordpress-theme"]
}
},
"minimum-stability": "dev",
"require": {
"wpackagist-plugin/intuitive-custom-post-order" : "3.1.*",
"wpackagist-plugin/wordpress-seo" : "5.*",
"wpackagist-plugin/wp-help" : "1.5.*",
"wpackagist-plugin/minqueue" : "1.1.*",
"ahhacreative/ahha_plugin_gravityforms" : "1.*",
"ahhacreative/ahha_plugin_wpdbmigratepro" : "1.*",
"ahhacreative/ahha_plugin_acf" : "5.2.*"
}
}