2016-10-13 08:14:18 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2021-10-23 22:25:54 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
2021-09-08 19:38:15 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.11.0",
|
2021-01-29 15:51:05 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2020-06-02 22:13:03 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
2021-09-08 19:38:15 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.1"
|
2016-10-13 08:14:18 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 23:17:28 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 10:43:09 +00:00
|
|
|
"@phpcs",
|
2017-11-04 00:01:11 +00:00
|
|
|
"minus-x check ."
|
2016-10-13 08:14:18 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-10 10:06:26 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-01-29 15:51:05 +00:00
|
|
|
],
|
2021-10-04 10:43:09 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2016-10-13 08:14:18 +00:00
|
|
|
}
|
|
|
|
}
|