2012-11-06 14:17:50 +11:00
|
|
|
{
|
|
|
|
|
"name": "squizlabs/php_codesniffer",
|
2014-12-31 12:34:41 +01:00
|
|
|
"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",
|
2022-09-04 16:07:26 +01:00
|
|
|
"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"
|
|
|
|
|
},
|
2015-03-01 12:06:51 +02:00
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
2016-01-12 10:15:13 +11:00
|
|
|
"dev-master": "3.x-dev"
|
2015-03-01 12:06:51 +02:00
|
|
|
}
|
|
|
|
|
},
|
2012-11-06 14:17:50 +11:00
|
|
|
"require": {
|
2015-03-24 16:23:24 +11:00
|
|
|
"php": ">=5.4.0",
|
2015-01-28 01:31:23 +01:00
|
|
|
"ext-tokenizer": "*",
|
2016-03-02 10:14:02 -04:00
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
|
"ext-simplexml": "*"
|
2012-11-06 14:17:50 +11:00
|
|
|
},
|
2015-11-25 10:13:04 +11:00
|
|
|
"require-dev": {
|
2018-02-15 12:28:23 +00:00
|
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
2015-11-25 10:13:04 +11:00
|
|
|
},
|
2012-11-06 14:17:50 +11:00
|
|
|
"bin": [
|
2015-03-24 16:23:24 +11:00
|
|
|
"bin/phpcs",
|
|
|
|
|
"bin/phpcbf"
|
2012-11-06 14:17:50 +11:00
|
|
|
]
|
|
|
|
|
}
|