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",
|
2019-02-07 05:12:05 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "24.0.0",
|
2017-11-04 02:49:58 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2019-04-27 19:17:28 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2019-06-10 11:45:32 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.6.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": [
|
2017-11-04 02:49:58 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-03-06 18:15:10 +00:00
|
|
|
]
|
2018-08-04 04:31:32 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2018-09-08 06:09:26 +00:00
|
|
|
"phan-taint-check-plugin": "1.5.0"
|
2015-03-06 18:15:10 +00:00
|
|
|
}
|
|
|
|
}
|