2015-07-22 22:10:46 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 15:59:30 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2018-05-26 04:26:21 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "20.0.0",
|
2017-11-04 00:07:50 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-18 04:07:31 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2015-07-22 22:10:46 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-09 20:56:07 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 00:07:50 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2015-11-27 23:57:25 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-12-30 01:21:11 +00:00
|
|
|
"phpcbf",
|
2017-11-04 00:07:50 +00:00
|
|
|
"minus-x fix ."
|
2015-07-22 22:10:46 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|