Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active January 6, 2019 05:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ahaywood/15e0de9d9a861e76b517 to your computer and use it in GitHub Desktop.
Save ahaywood/15e0de9d9a861e76b517 to your computer and use it in GitHub Desktop.
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:ahha/ahha_plugin_acf.git"
},
{
"type": "vcs",
"url": "git@bitbucket.org:ahha/ahha_plugin_gravityforms.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": "9.3.*",
"wpackagist-plugin/wp-help": "1.5.*",
"wpackagist-plugin/acf-content-analysis-for-yoast-seo": "2.1.*",
"ahhacreative/ahha_plugin_gravityforms": "2.3.2.2",
"ahhacreative/ahha_plugin_acf": "5.6.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment