2016-04-19 12:45:09 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2022-05-21 06:35:04 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "39.0.0",
|
2022-10-09 09:46:42 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.0",
|
2021-01-30 03:22:45 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-05-21 06:35:04 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
2016-04-19 12:45:09 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-06-22 20:52:07 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 12:59:49 +00:00
|
|
|
"@phpcs",
|
2017-11-04 01:59:16 +00:00
|
|
|
"minus-x check ."
|
2016-04-19 12:45:09 +00:00
|
|
|
],
|
2017-11-04 01:59:16 +00:00
|
|
|
"fix": [
|
2020-01-14 11:15:54 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-01-30 03:22:45 +00:00
|
|
|
],
|
2021-10-04 12:59:49 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2016-04-19 12:45:09 +00:00
|
|
|
}
|
|
|
|
}
|