2016-04-19 12:45:09 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2017-08-13 03:37:28 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-12-30 02:27:52 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "15.0.0",
|
2017-11-04 01:59:16 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-11 07:04:22 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2016-04-19 12:45:09 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-06-22 20:52:07 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 01:59:16 +00:00
|
|
|
"phpcs -s -p",
|
|
|
|
"minus-x check ."
|
2016-04-19 12:45:09 +00:00
|
|
|
],
|
2017-11-04 01:59:16 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
]
|
2016-04-19 12:45:09 +00:00
|
|
|
}
|
|
|
|
}
|