2017-05-05 08:11:13 -06:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-08 23:59:09 -07:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-28 00:51:32 -07:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
2020-01-13 21:34:08 -07:00
|
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
2020-01-28 19:40:27 -07:00
|
|
|
"mediawiki/minus-x": "1.0.0",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.1"
|
2017-05-05 08:11:13 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-02 19:35:30 -06:00
|
|
|
"fix": [
|
2020-01-13 21:34:08 -07:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-02 19:35:30 -06:00
|
|
|
],
|
2017-05-05 08:11:13 -06:00
|
|
|
"test": [
|
2017-11-11 15:40:57 -07:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-02 19:35:30 -06:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-05 08:11:13 -06:00
|
|
|
]
|
2018-08-08 04:57:37 -06:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 15:02:20 -06:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2017-05-05 08:11:13 -06:00
|
|
|
}
|
|
|
|
}
|