Created
March 6, 2023 09:07
-
-
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
This file contains hidden or 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": "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": "[email protected]", | |
"homepage": "https://github.com/retlehs" | |
}, | |
{ | |
"name": "Scott Walkinshaw", | |
"email": "[email protected]", | |
"homepage": "https://github.com/swalkinshaw" | |
}, | |
{ | |
"name": "QWp6t", | |
"email": "[email protected]", | |
"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