Skip to content

Instantly share code, notes, and snippets.

@nielslange
Created January 15, 2021 11: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 nielslange/c6750d6b77fa59067ccdc517f2bb2a70 to your computer and use it in GitHub Desktop.
Save nielslange/c6750d6b77fa59067ccdc517f2bb2a70 to your computer and use it in GitHub Desktop.
Installing plugins and themes on a VIP Go site
{
"name": "niels/vip-go-site",
"description": "VIP Go test site of Niels Lange",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"php": ">=7.4",
"composer/installers": "~1.0",
"wpackagist-plugin/fakerpress": "^0.5.1",
"wpackagist-plugin/smntcs-utilities": "^1.4",
"wpackagist-plugin/woocommerce": "^4.9.0",
"wpackagist-plugin/wordpress-seo": "^15.6.2",
"wpackagist-theme/twentytwenty": "^1.6"
},
"extra": {
"wordpress-install-dir": "local/public/wp",
"installer-paths": {
"plugins/{$name}": ["type:wordpress-plugin"],
"themes/{$name}": ["type:wordpress-theme"],
"client-mu-plugins/{$name}": ["type:wordpress-muplugin"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment