2017-11-03 18:48:45 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2024-11-02 01:28:32 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
2024-12-14 01:12:25 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.15.0",
|
2024-05-05 07:28:41 +00:00
|
|
|
"mediawiki/minus-x": "1.1.3",
|
2022-05-20 23:32:39 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2024-05-05 07:28:41 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
2017-11-03 18:48:45 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2018-07-27 07:33:56 +00:00
|
|
|
"minus-x check .",
|
2021-10-04 09:03:20 +00:00
|
|
|
"@phpcs"
|
2017-11-03 18:48:45 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2018-07-27 07:33:56 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-10-04 09:03:20 +00:00
|
|
|
],
|
2022-03-05 14:11:43 +00:00
|
|
|
"phpcs": "phpcs -sp",
|
|
|
|
"phan": "phan -d . --long-progress-bar"
|
2024-03-17 17:15:46 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2017-11-03 18:48:45 +00:00
|
|
|
}
|
|
|
|
}
|