2015-07-22 22:10:46 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2016-01-05 18:36:45 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-10-21 04:25:55 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
2017-11-04 00:07:50 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
|
|
"mediawiki/minus-x": "0.2.0"
|
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-11-04 00:07:50 +00:00
|
|
|
"phpcbf -p",
|
|
|
|
"minus-x fix ."
|
2015-07-22 22:10:46 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|