2017-05-05 23:48:44 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 18:39:04 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2017-05-19 13:26:17 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-09-03 05:52:05 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "22.0.0",
|
2018-04-14 08:03:51 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2018-06-08 07:25:20 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.3.0"
|
2017-05-05 23:48:44 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 00:19:13 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2017-05-05 23:48:44 +00:00
|
|
|
"test": [
|
2017-11-11 23:25:39 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 00:19:13 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-05 23:48:44 +00:00
|
|
|
]
|
2018-05-04 21:10:22 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2018-09-01 11:09:00 +00:00
|
|
|
"phan-taint-check-plugin": "1.4.0"
|
2017-05-05 23:48:44 +00:00
|
|
|
}
|
|
|
|
}
|