2015-10-02 07:48:42 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2024-03-17 21:36:02 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "43.0.0",
|
2024-02-10 11:41:46 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
2024-05-06 02:16:32 +00:00
|
|
|
"mediawiki/minus-x": "1.1.3",
|
2022-05-21 04:07:51 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2024-05-06 02:16:32 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
2015-10-02 07:48:42 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 01:18:58 +00:00
|
|
|
"fix": [
|
2020-01-14 08:25:54 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-04 01:18:58 +00:00
|
|
|
],
|
2015-10-02 07:48:42 +00:00
|
|
|
"test": [
|
2017-08-09 21:47:49 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 11:41:34 +00:00
|
|
|
"@phpcs",
|
2017-11-04 01:18:58 +00:00
|
|
|
"minus-x check ."
|
2021-01-29 19:27:51 +00:00
|
|
|
],
|
2021-10-04 11:41:34 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2024-03-17 21:36:02 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2015-10-02 07:48:42 +00:00
|
|
|
}
|
|
|
|
}
|