Created
August 31, 2020 22:10
-
-
Save johannez/be711a101ac2e2d98c58c925579c05ae to your computer and use it in GitHub Desktop.
Tendril Composer Starter
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": "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