2015-10-07 13:29:14 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 03:25:19 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2018-07-27 15:36:16 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "21.0.0",
|
2017-11-04 01:57:38 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-18 07:56:25 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2015-10-07 13:29:14 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 17:40:57 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 01:57:38 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-05-09 23:59:15 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-04 01:57:38 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-10-07 13:29:14 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|