2016-10-13 08:14:18 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 02:40:51 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-10 10:06:26 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
2020-01-17 03:59:35 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
2019-07-14 13:11:32 +00:00
|
|
|
"mediawiki/minus-x": "0.3.2",
|
2019-12-17 04:56:34 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.0"
|
2016-10-13 08:14:18 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 23:17:28 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 00:01:11 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-10-13 08:14:18 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-10 10:06:26 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2016-10-13 08:14:18 +00:00
|
|
|
]
|
2018-08-04 04:05:08 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:09:30 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2016-10-13 08:14:18 +00:00
|
|
|
}
|
|
|
|
}
|