Skip to content

Instantly share code, notes, and snippets.

@johannez
Created August 31, 2020 22:10
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 johannez/be711a101ac2e2d98c58c925579c05ae to your computer and use it in GitHub Desktop.
Save johannez/be711a101ac2e2d98c58c925579c05ae to your computer and use it in GitHub Desktop.
Tendril Composer Starter
{
"name": "CLIENT/SITE",
"description": "Custom Wordpress site using Tendril.",
"repositories":[
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"require": {
"johannez/tendril": "0.9.2",
"wpackagist-plugin/wordpress-seo":">=7.0.2",
"wpackagist-plugin/kint-debugger": "^1.2",
"wpackagist-plugin/manual-image-crop": "^1.12",
"wpackagist-plugin/redirection": "^4.6",
"wpackagist-plugin/regenerate-thumbnails": "^3.0",
"wpackagist-plugin/user-role-editor": "^4.47",
"wpackagist-plugin/wp-native-php-sessions": "^1.0",
"wpackagist-plugin/wp-redis": "^1.0",
"nesbot/carbon": "^2.36",
"wpackagist-plugin/ninja-forms": "^3.4",
"wpackagist-plugin/acf-better-search": "^3.5"
},
"autoload": {
"psr-4": {
"CLIENT\\": "src/SITE"
}
},
"scripts": {
"theme": "Tendril\\Composer\\Scripts::installTheme"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment