2019-10-10 13:25:11 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-11 21:27:35 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
2020-04-22 08:19:08 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "30.0.0",
|
2020-01-29 03:41:38 +00:00
|
|
|
"mediawiki/minus-x": "1.0.0"
|
2019-10-10 13:25:11 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2020-01-11 21:27:35 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
|
|
"minus-x check .",
|
2019-10-10 13:25:11 +00:00
|
|
|
"phpcs -p -s"
|
|
|
|
],
|
2020-01-11 21:27:35 +00:00
|
|
|
"fix": [
|
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
|
|
|
]
|
2020-01-17 17:13:25 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2019-10-10 13:25:11 +00:00
|
|
|
}
|
|
|
|
}
|