2017-07-17 19:49:49 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 09:59:27 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2018-09-04 01:31:06 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "22.0.0",
|
2017-12-16 09:08:31 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-18 13:13:05 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2017-07-17 19:49:49 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-02 16:53:18 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-12-16 09:08:31 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-07-17 19:49:49 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-12-16 09:08:31 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2017-07-17 19:49:49 +00:00
|
|
|
]
|
2018-09-05 03:36:47 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"phan-taint-check-plugin": "1.4.0"
|
2017-07-17 19:49:49 +00:00
|
|
|
}
|
|
|
|
}
|