2015-11-24 16:03:00 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 06:19:31 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2017-07-07 18:34:55 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2019-10-15 23:02:40 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2019-04-09 18:35:56 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2019-06-10 06:20:51 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.6.1"
|
2015-11-24 16:03:00 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 01:28:21 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2015-11-24 16:03:00 +00:00
|
|
|
"test": [
|
2017-07-07 18:34:55 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-03 01:28:21 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2015-11-24 16:03:00 +00:00
|
|
|
]
|
2018-08-04 03:08:33 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:01:11 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2015-11-24 16:03:00 +00:00
|
|
|
}
|
|
|
|
}
|