2017-07-17 19:49:49 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 09:59:27 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-26 19:26:31 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
2020-01-04 12:24:24 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
|
|
|
"mediawiki/minus-x": "0.3.2",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.0"
|
2017-07-17 19:49:49 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-02 16:53:18 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-12-16 09:08:31 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-07-17 19:49:49 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-12-16 09:08:31 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2017-07-17 19:49:49 +00:00
|
|
|
]
|
2018-09-05 03:36:47 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-10 23:32:46 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2017-07-17 19:49:49 +00:00
|
|
|
}
|
|
|
|
}
|