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