Skip to content

Instantly share code, notes, and snippets.

@mAAdhaTTah
Last active August 29, 2015 14:15
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 mAAdhaTTah/195b1a4cd303225b67c1 to your computer and use it in GitHub Desktop.
Save mAAdhaTTah/195b1a4cd303225b67c1 to your computer and use it in GitHub Desktop.
WordPress Site Boilerplate
{
"name": "name/site",
"type": "project",
"license": "MIT",
"description": "A modern WordPress stack for Name.com",
"homepage": "http://name.com/",
"authors": [
{
"name": "James DiGioia",
"email": "jamesorodig@gmail.com",
"homepage": "https://jamesdigioia.com/"
}
],
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
}
],
"require": {
"php": ">=5.4",
"johnpbloch/wordpress": "4.1.1",
"wpackagist-theme/casper": "1.1.0",
"wpackagist-plugin/akismet": "3.0.3",
"wpackagist-plugin/batcache": "1.2",
"wpackagist-plugin/backwpup": "3.1.2",
"wpackagist-plugin/limit-login-attempts": "1.7.1",
"wpackagist-plugin/media-file-renamer": "1.9.4",
"wpackagist-plugin/post-thumbnail-editor": "2.4.2",
"wpackagist-plugin/wordpress-seo": "1.6.3",
"wpackagist-plugin/wp-smushit": "1.6.5.4",
"composer/installers": "v1.0.12",
"vlucas/phpdotenv": "~1.0.6",
"wp-sync-db/wp-sync-db": "dev-master#c0475de77ca28891a35726eee7d30f9c0d804ba0",
"wp-sync-db/wp-sync-db-media-files": "dev-master#f49c90ff8716b80bfbcc650212fd3f583d06f234",
"wp-sync-db/wp-sync-db-cli": "dev-master#28188ea6c4081e5bd322e9c14bbfc4946d5dcb73"
},
"require-dev": {
"wpackagist-plugin/debug-bar": "0.8.2",
"wpackagist-plugin/debug-bar-console": "0.3",
"wpackagist-plugin/debug-bar-cron": "0.1.2",
"wpackagist-plugin/debug-bar-extender": "0.5",
"wpackagist-plugin/log-deprecated-notices": "0.3",
"wpackagist-plugin/rewrite-rules-inspector": "1.2.1"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"web/app/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-install-dir": "web/wp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment