2015-11-16 19:26:56 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2024-11-02 01:46:14 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
2024-02-10 09:59:54 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
2024-05-05 07:41:30 +00:00
|
|
|
"mediawiki/minus-x": "1.1.3",
|
2022-05-21 00:21:50 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2024-05-05 07:41:30 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
2015-11-16 19:26:56 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 21:05:18 +00:00
|
|
|
"fix": [
|
2020-01-14 05:38:10 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-03 21:05:18 +00:00
|
|
|
],
|
2015-11-16 19:26:56 +00:00
|
|
|
"test": [
|
2017-05-30 18:38:47 +00:00
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
2021-10-04 09:36:03 +00:00
|
|
|
"@phpcs",
|
2017-11-03 21:05:18 +00:00
|
|
|
"minus-x check ."
|
2021-01-29 11:15:45 +00:00
|
|
|
],
|
2023-12-13 03:06:33 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar --allow-polyfill-parser",
|
2021-10-04 09:36:03 +00:00
|
|
|
"phpcs": "phpcs -sp --cache"
|
2024-03-10 18:23:46 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2015-11-16 19:26:56 +00:00
|
|
|
}
|
|
|
|
}
|