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