Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created April 15, 2019 17:33
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 Shelob9/a10529c8689f7fb6ecbb55a5e43adb12 to your computer and use it in GitHub Desktop.
Save Shelob9/a10529c8689f7fb6ecbb55a5e43adb12 to your computer and use it in GitHub Desktop.
Composer file for https://futurecapable.dev/ CMS
{
"name": "shelob9/futurecapable",
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "git",
"url": "git@github.com:CalderaWP/Caldera-Forms.git"
},
{
"type": "git",
"url": "git@github.com:wp-graphql/wp-graphql.git"
},
{
"type": "git",
"url": "git@github.com:Shelob9/headless-mode.git"
},
{
"type": "vcs",
"url": "https://gist.github.com/Shelob9/8b561ddbab7f01b795598f43ec6644da.git"
}
],
"require": {
"wpackagist-plugin/dropit": "*",
"Desertsnowman/caldera-forms": "dev-feature/3134",
"wp-graphql/wp-graphql": "dev-develop",
"shelob9/contact-form": "*",
"shelob9/headless-mode": "*"
},
"extra": {
"wordpress-plugin": "wp-content/plugins/{$name}",
"wordpress-theme": "wp-content/themes/{$name}",
"wordpress-muplugin": "wp-content/mu-plugins/{$name}"
},
"scripts": {
"post-update-cmd": "composer post-install-cf && composer post-install-mu && composer post-install-wpgrapql && post-install-headless-mode",
"post-install-cf": "rm -rf wp-content/plugins/caldera-forms/.git",
"post-install-mu": "rm -rf wp-content/mu-plugins/contact-form/.git",
"post-install-headless-mode": "rm -rf wp-content/plugins/headless-mode/.git",
"post-install-wpgrapql": "rm -rf wp-content/plugins/wp-graphql/.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment