2015-11-24 16:03:00 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2022-04-14 11:44:57 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
2020-06-02 10:37:06 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.10.2",
|
2020-06-08 06:49:19 +00:00
|
|
|
"mediawiki/minus-x": "1.1.0",
|
2020-05-31 01:08:17 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
2015-11-24 16:03:00 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 01:28:21 +00:00
|
|
|
"fix": [
|
2020-01-14 04:19:50 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-03 01:28:21 +00:00
|
|
|
],
|
2015-11-24 16:03:00 +00:00
|
|
|
"test": [
|
2017-07-07 18:34:55 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2022-04-14 11:44:57 +00:00
|
|
|
"@phpcs",
|
2017-11-03 01:28:21 +00:00
|
|
|
"minus-x check ."
|
2021-01-01 02:56:15 +00:00
|
|
|
],
|
2022-04-14 11:44:57 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-11-24 16:03:00 +00:00
|
|
|
}
|
|
|
|
}
|