mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name" : "wp-coding-standards/wpcs",
|
|
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
|
|
"keywords" : ["phpcs", "standards", "WordPress"],
|
|
"license" : "MIT",
|
|
"authors" : [
|
|
{
|
|
"name" : "Contributors",
|
|
"homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
|
|
|
|
}
|
|
],
|
|
"require" : {
|
|
"squizlabs/php_codesniffer": "^2.9.0"
|
|
},
|
|
"suggest" : {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "*"
|
|
},
|
|
"minimum-stability" : "RC",
|
|
"support" : {
|
|
"issues": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues",
|
|
"wiki" : "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki",
|
|
"source": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards"
|
|
},
|
|
"type" : "phpcodesniffer-standard",
|
|
"scripts" : {
|
|
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths ../../..",
|
|
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths ../../.."
|
|
}
|
|
}
|