2017-05-06 10:50:01 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 02:55:25 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2019-01-07 18:33:26 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
2019-10-11 18:22:37 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2019-04-25 18:36:55 +00:00
|
|
|
"mediawiki/minus-x": "0.3.2",
|
2019-11-04 18:04:12 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.8.0"
|
2017-05-06 10:50:01 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 01:57:05 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2017-05-06 10:50:01 +00:00
|
|
|
"test": [
|
2017-11-11 23:33:01 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 01:57:05 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-06 10:50:01 +00:00
|
|
|
]
|
2018-08-08 17:04:32 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:15:33 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2017-05-06 10:50:01 +00:00
|
|
|
}
|
|
|
|
}
|