2017-05-04 18:08:30 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 05:45:42 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2017-05-30 18:21:54 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2019-10-11 20:19:41 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2019-12-16 00:43:13 +00:00
|
|
|
"mediawiki/minus-x": "0.3.2",
|
2019-12-21 00:26:03 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.0"
|
2017-05-04 18:08:30 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 01:22:48 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2017-05-04 18:08:30 +00:00
|
|
|
"test": [
|
2017-11-11 13:42:42 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-03 01:22:48 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-04 18:08:30 +00:00
|
|
|
]
|
2018-08-20 00:43:28 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 20:59:59 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2017-05-04 18:08:30 +00:00
|
|
|
}
|
|
|
|
}
|