Skip to content

Instantly share code, notes, and snippets.

@gregrickaby
Created July 12, 2019 14:08
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 gregrickaby/63b8ee9fa7ac05b4ebf5b89b7a7b7b9d to your computer and use it in GitHub Desktop.
Save gregrickaby/63b8ee9fa7ac05b4ebf5b89b7a7b7b9d to your computer and use it in GitHub Desktop.
WDS New Project Composer Setup
{
"name": "foo-project/wordpress-wp-content",
"description": "Plugins and Theme to power the Foo Project website built atop WordPress.",
"type": "project",
"require": {
"webdevstudios/sso": "^2.0",
"webdevstudios/advanced-custom-fields-pro": "^5.8",
"yoast/wordpress-seo-premium": "^11.6",
"wpackagist-plugin/stream": "^3.3",
"webdevstudios/wp-migrate-db-pro": "^1.9",
"webdevstudios/wp-migrate-db-pro-cli": "^1.3",
"webdevstudios/wp-migrate-db-pro-media-files": "^1.4",
"wpackagist-plugin/classic-editor": "^1.5",
"wpackagist-plugin/resmushit-image-optimizer": "^0.1.22",
"wp-media/wp-rocket": "v3.3.5.2",
"webdevstudios/sso-addon": "^1.0",
"wpackagist-plugin/multisite-clone-duplicator": "^1.5",
"wpackagist-plugin/wordpress-mu-domain-mapping": "0.5.5.1"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://packages.wdslab.com"
}
],
"extra": {
"installer-paths": {
"plugins/{$name}/": ["type:wordpress-plugin"],
"mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"themes/{$name}/": ["type:wordpress-theme"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment