2015-10-25 16:36:46 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 02:25:40 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-26 19:22:03 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
2020-01-05 10:35:22 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
|
|
|
"mediawiki/minus-x": "0.3.2",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.0"
|
2015-10-25 16:36:46 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-10 11:23:37 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 01:53:51 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-16 17:59:29 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-04 01:53:51 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-10-25 16:36:46 +00:00
|
|
|
]
|
2018-08-04 04:30:01 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:14:43 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2015-10-25 16:36:46 +00:00
|
|
|
}
|
|
|
|
}
|