2015-10-25 16:36:46 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2023-03-11 21:44:13 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "41.0.0",
|
2023-04-29 03:09:07 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.1",
|
2021-05-19 17:38:42 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-05-21 05:44:41 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
2015-10-25 16:36:46 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-10 11:23:37 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2022-04-15 05:34:13 +00:00
|
|
|
"@phpcs",
|
2017-11-04 01:53:51 +00:00
|
|
|
"minus-x check ."
|
2017-05-16 17:59:29 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2022-04-15 05:34:13 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
|
|
|
],
|
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-10-25 16:36:46 +00:00
|
|
|
}
|
|
|
|
}
|