2015-10-02 07:48:42 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 21:11:41 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2019-02-07 01:51:59 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "24.0.0",
|
2017-11-04 01:18:58 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-18 05:15:00 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2019-06-10 09:25:06 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.6.1"
|
2015-10-02 07:48:42 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 01:18:58 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2015-10-02 07:48:42 +00:00
|
|
|
"test": [
|
2017-08-09 21:47:49 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 01:18:58 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2015-10-02 07:48:42 +00:00
|
|
|
]
|
2018-02-16 21:43:44 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2018-09-08 04:19:01 +00:00
|
|
|
"phan-taint-check-plugin": "1.5.0"
|
2015-10-02 07:48:42 +00:00
|
|
|
}
|
|
|
|
}
|