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