Created
July 12, 2019 14:08
-
-
Save gregrickaby/63b8ee9fa7ac05b4ebf5b89b7a7b7b9d to your computer and use it in GitHub Desktop.
WDS New Project Composer Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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