Skip to content

Instantly share code, notes, and snippets.

@stevenkword
Last active August 29, 2015 14:23
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 stevenkword/01239c15a18fd65f3394 to your computer and use it in GitHub Desktop.
Save stevenkword/01239c15a18fd65f3394 to your computer and use it in GitHub Desktop.
WordPress Development Site Scaffold
{
"type":"project",
"repositories":[
{
"type":"composer",
"url":"http://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/avadev/AvaTax-Calc-REST-PHP"
}
],
"require": {
"johnpbloch/wordpress": "*",
"wpackagist-plugin/debug-bar":"*",
"wpackagist-plugin/debug-bar-extender":"*",
"wpackagist-plugin/debug-bar-console":"*",
"wpackagist-plugin/jetpack":"*",
"wpackagist-plugin/wpmandrill":"*",
"wpackagist-plugin/cloudflare":"*",
"wpackagist-plugin/force-strong-passwords":"*",
"wpackagist-plugin/limit-login-attempts":"*",
"wpackagist-plugin/regenerate-thumbnails":"*",
"wpackagist-plugin/rewrite-rules-inspector":"*",
"wpackagist-plugin/safe-redirect-manager":"*",
"wpackagist-plugin/google-analytics-dashboard-for-wp":"*",
"wpackagist-plugin/google-sitemap-generator":"*"
},
"require-dev": {
"wpackagist-plugin/wpremote": "*",
"wpackagist-plugin/debug-bar": "*",
"wpackagist-plugin/debug-bar-actions-and-filters-addon": "*",
"wpackagist-plugin/debug-bar-slow-actions": "*"
},
"extra": {
"wordpress-install-dir": "wp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment