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