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