SIGN IN SIGN UP

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.

0 0 0 PHP
2012-11-06 14:17:50 +11:00
{
"name": "squizlabs/php_codesniffer",
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2012-11-06 14:17:50 +11:00
"type": "library",
"keywords": [
"phpcs",
"standards",
"static analysis"
2012-11-06 14:17:50 +11:00
],
2019-02-15 16:33:10 +11:00
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2012-11-06 14:17:50 +11:00
"license": "BSD-3-Clause",
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"support": {
2015-01-09 15:55:37 +11:00
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki",
2012-11-06 14:17:50 +11:00
"source": "https://github.com/squizlabs/PHP_CodeSniffer"
},
"extra": {
"branch-alias": {
2016-01-12 10:15:13 +11:00
"dev-master": "3.x-dev"
}
},
2012-11-06 14:17:50 +11:00
"require": {
"php": ">=5.4.0",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"ext-simplexml": "*"
2012-11-06 14:17:50 +11:00
},
"require-dev": {
2018-02-15 12:28:23 +00:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
2012-11-06 14:17:50 +11:00
"bin": [
"bin/phpcs",
"bin/phpcbf"
2012-11-06 14:17:50 +11:00
]
}