Skip to content

Instantly share code, notes, and snippets.

@svtaylor-p6
Last active May 20, 2024 18:58
Show Gist options
  • Save svtaylor-p6/c465fb74e8622030466915ee1fcf492f to your computer and use it in GitHub Desktop.
Save svtaylor-p6/c465fb74e8622030466915ee1fcf492f to your computer and use it in GitHub Desktop.
P6 StartMeUp Composer
{
"name": "test/test",
"description": "Custom Wordpress site using P6 StartMeUp.",
"repositories":[
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"require": {
"svtaylor-p6/startmeup": "*",
"wpackagist-plugin/redirection": "^4.6",
"wpackagist-plugin/wp-native-php-sessions": "^1.0",
"wpackagist-plugin/wp-redis": "^1.0",
"nesbot/carbon": "^2.36",
"wpackagist-plugin/acf-better-search": "^3.5",
"wpackagist-plugin/mb-rank-math":"^1.0.1"
},
"autoload": {
"psr-4": {
"Test\\": "src/Test"
}
},
"scripts": {
"theme": "Startmeup\\Composer\\Scripts::installTheme"
},
"config": {
"allow-plugins": {
"composer/installers": true
},
"platform": {
"php": "8.2"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment