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