2015-10-11 20:03:10 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2022-05-22 05:31:54 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
2021-01-28 23:38:04 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2020-05-31 22:13:41 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
2015-10-11 20:03:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-10 18:10:08 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-10 06:57:57 +00:00
|
|
|
"@phpcs",
|
2017-11-02 18:56:40 +00:00
|
|
|
"minus-x check ."
|
2016-05-09 23:15:51 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-14 02:23:33 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-10-10 06:57:57 +00:00
|
|
|
],
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-10-11 20:03:10 +00:00
|
|
|
}
|
|
|
|
}
|