2015-10-25 16:36:46 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2024-03-11 19:43:15 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "43.0.0",
|
2024-02-19 19:53:00 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
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"
|
2024-03-11 19:43:15 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2015-10-25 16:36:46 +00:00
|
|
|
}
|
|
|
|
}
|