2015-03-06 18:15:10 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 05:57:33 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-14 12:46:50 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
2020-01-30 07:29:24 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
|
|
|
"mediawiki/minus-x": "1.0.0",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.1"
|
2015-03-06 18:15:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 23:38:41 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 02:49:58 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-05-10 00:00:14 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-14 12:46:50 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2015-03-06 18:15:10 +00:00
|
|
|
]
|
2018-08-04 04:31:32 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:18:15 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2015-03-06 18:15:10 +00:00
|
|
|
}
|
|
|
|
}
|