2015-11-23 20:09:11 +00:00
|
|
|
{
|
2015-12-16 13:03:54 +00:00
|
|
|
"require-dev": {
|
2021-10-23 21:40:42 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
2022-02-06 07:44:31 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.11.1",
|
2021-01-29 04:06:56 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2020-05-31 00:39:29 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
2021-09-08 18:05:29 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.1"
|
2015-12-16 13:03:54 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
2021-10-04 08:09:59 +00:00
|
|
|
"@phpcs",
|
2017-11-03 01:27:49 +00:00
|
|
|
"minus-x check ."
|
2016-05-09 23:36:49 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-14 04:06:07 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-01-29 04:06:56 +00:00
|
|
|
],
|
2021-10-04 08:09:59 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-12-16 13:03:54 +00:00
|
|
|
}
|
2015-11-23 20:09:11 +00:00
|
|
|
}
|