2016-10-13 08:14:18 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2024-08-11 07:11:30 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "44.0.0",
|
2024-02-10 10:53:17 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
2024-05-05 08:10:09 +00:00
|
|
|
"mediawiki/minus-x": "1.1.3",
|
2022-05-21 02:29:07 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2024-05-05 08:10:09 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
2016-10-13 08:14:18 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 23:17:28 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 10:43:09 +00:00
|
|
|
"@phpcs",
|
2017-11-04 00:01:11 +00:00
|
|
|
"minus-x check ."
|
2016-10-13 08:14:18 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-10 10:06:26 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-01-29 15:51:05 +00:00
|
|
|
],
|
2021-10-04 10:43:09 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2024-03-11 19:43:59 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2016-10-13 08:14:18 +00:00
|
|
|
}
|
|
|
|
}
|