2017-05-06 10:54:00 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 06:06:14 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2017-05-19 16:39:27 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2019-10-11 19:16:25 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2019-12-18 11:38:42 +00:00
|
|
|
"mediawiki/minus-x": "0.3.2",
|
2019-11-05 16:01:08 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.8.0"
|
2017-05-06 10:54:00 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 02:52:12 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2017-05-06 10:54:00 +00:00
|
|
|
"test": [
|
2017-11-11 23:40:18 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 02:52:12 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-06 10:54:00 +00:00
|
|
|
]
|
2018-08-04 04:31:26 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:18:47 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2017-05-06 10:54:00 +00:00
|
|
|
}
|
|
|
|
}
|