2015-07-22 22:10:46 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2021-10-23 22:32:30 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
2021-09-08 19:45:48 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.11.0",
|
2021-01-29 17:01:16 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2020-05-31 07:46:47 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
2021-09-08 19:45:48 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.1"
|
2015-07-22 22:10:46 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-09 20:56:07 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-08 23:44:12 +00:00
|
|
|
"@phpcs",
|
2017-11-04 00:07:50 +00:00
|
|
|
"minus-x check ."
|
2015-11-27 23:57:25 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-13 04:06:56 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-01-29 17:01:16 +00:00
|
|
|
],
|
2021-10-08 23:44:12 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-07-22 22:10:46 +00:00
|
|
|
}
|
|
|
|
}
|