2015-10-05 15:46:13 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2021-10-23 21:59:04 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
2021-09-08 18:36:35 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.11.0",
|
2021-01-29 08:26:08 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2020-05-31 02:44:11 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
2021-09-08 18:36:35 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.1"
|
2015-10-05 15:46:13 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-09 15:20:55 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-08 23:12:22 +00:00
|
|
|
"@phpcs",
|
2017-11-03 02:15:30 +00:00
|
|
|
"minus-x check ."
|
2016-12-05 18:51:07 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-14 05:09:42 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-01-29 08:26:08 +00:00
|
|
|
],
|
2021-10-08 23:12:22 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-10-05 15:46:13 +00:00
|
|
|
}
|
|
|
|
}
|