understrap/composer.json

52 lines
1.8 KiB
JSON

{
"name": "understrap/understrap",
"description": "Combines Automattic's Underscores Starter Theme and Bootstrap",
"type": "wordpress-theme",
"license": "GPL-3.0",
"minimum-stability": "stable",
"keywords": [
"wordpress",
"theme",
"bootstrap"
],
"homepage": "https://github.com/understrap/understrap",
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/understrap/understrap/contributors.md"
}
],
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"phpmd/phpmd": "^2.14.1",
"phpstan/phpstan": "^1.10.35",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"szepeviktor/phpstan-wordpress": "^1.3.0",
"wp-coding-standards/wpcs": "^2.3.0",
"wptrt/wpthemereview": "^0.2.1"
},
"scripts": {
"php-lint": "parallel-lint --exclude vendor --exclude node_modules --exclude dist --exclude .git --exclude .phpstan-cache .",
"phpcs": "phpcs -p",
"phpcs-ga": "phpcs -n --report=checkstyle",
"phpcs-fix": "@phpcbf",
"phpcs-config-set" : "@phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility,../../phpcompatibility/phpcompatibility-paragonie,../../phpcompatibility/phpcompatibility-wp,../../wp-coding-standards/wpcs,../../wptrt/wpthemereview",
"phpmd": "phpmd . ansi phpmd.xml",
"phpmd-baseline": "@phpmd --generate-baseline",
"phpmd-ga": "phpmd . github phpmd.xml",
"phpstan": "phpstan analyse -a src/phpstan/autoload.php",
"phpstan-baseline": "@phpstan --generate-baseline",
"post-install-cmd": "@phpcs-config-set",
"post-update-cmd": "@phpcs-config-set"
},
"support": {
"issues": "https://github.com/understrap/understrap/issues",
"source": "https://github.com/understrap/understrap"
}
}