2015-10-25 12:09:56 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2022-11-16 01:26:04 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "40.0.1",
|
2022-10-09 02:43:20 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.0",
|
2021-01-29 04:34:56 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-05-20 22:43:56 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
2015-10-25 12:09:56 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 13:43:13 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 08:14:57 +00:00
|
|
|
"@phpcs",
|
2017-11-03 01:28:15 +00:00
|
|
|
"minus-x check ."
|
2016-05-09 23:37:08 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-14 04:19:24 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-01-29 04:34:56 +00:00
|
|
|
],
|
2021-10-04 08:14:57 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-10-25 12:09:56 +00:00
|
|
|
}
|
|
|
|
}
|