Skip to content

Instantly share code, notes, and snippets.

@dacmail
Created March 6, 2023 09:07
Show Gist options
  • Save dacmail/1d75790a9a4db87130f186baed8e1b97 to your computer and use it in GitHub Desktop.
Save dacmail/1d75790a9a4db87130f186baed8e1b97 to your computer and use it in GitHub Desktop.
WP starter theme based on sage 9 updated to work with php 8.2
{
"name": "roots/sage",
"type": "wordpress-theme",
"license": "MIT",
"description": "WordPress starter theme with a modern development workflow",
"homepage": "https://roots.io/sage/",
"authors": [
{
"name": "Ben Word",
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs"
},
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "QWp6t",
"email": "hi@qwp6t.me",
"homepage": "https://github.com/qwp6t"
}
],
"keywords": ["wordpress"],
"support": {
"issues": "https://github.com/roots/sage/issues",
"forum": "https://discourse.roots.io/"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"repositories": [
{ "type": "vcs", "url": "https://github.com/jeh5256/sage-installer" },
{ "type": "vcs", "url": "https://github.com/jeh5256/sage-lib" }
],
"require": {
"php": "^7.4|^8.0",
"composer/installers": "^2.0",
"soberwp/controller": "~2.1.0",
"roots/sage-installer": "^2.0",
"roots/sage-lib": "dev-master",
"mwdelaney/sage-advanced-custom-fields": "^1.6",
"mwdelaney/sage-acf-gutenberg-blocks": "^0.7"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8.0",
"filp/whoops": "^2.12"
},
"scripts": {
"test": ["phpcs"],
"post-create-project-cmd": [
"Roots\\Sage\\Installer\\ComposerScript::postCreateProject"
]
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment