2015-03-05 05:47:04 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 02:41:19 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2017-05-09 15:41:02 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-03-28 18:28:05 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "17.0.0",
|
2018-02-18 11:30:36 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2015-03-05 05:47:04 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-06-26 17:18:47 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 03:18:22 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-02-17 16:18:02 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-04 03:18:22 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-03-05 05:47:04 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|