2017-05-04 18:08:30 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2022-05-20 22:25:28 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "39.0.0",
|
2022-10-09 02:16:31 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.0",
|
2021-01-29 03:20:59 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-05-20 22:25:28 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
2017-05-04 18:08:30 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 01:22:48 +00:00
|
|
|
"fix": [
|
2020-01-14 03:58:41 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-03 01:22:48 +00:00
|
|
|
],
|
2017-05-04 18:08:30 +00:00
|
|
|
"test": [
|
2017-11-11 13:42:42 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 07:58:15 +00:00
|
|
|
"@phpcs",
|
2017-11-03 01:22:48 +00:00
|
|
|
"minus-x check ."
|
2021-01-27 17:51:33 +00:00
|
|
|
],
|
2021-10-04 07:58:15 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2017-05-04 18:08:30 +00:00
|
|
|
}
|
|
|
|
}
|