
composer: * mediawiki/mediawiki-codesniffer: 19.1.0 → 19.4.0 npm: * grunt: 1.3.0 → 1.4.0 Change-Id: I0b75f416bf27cfc4ff2361cb8e128dc99c5b6a36
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "19.4.0",
|
|
"mediawiki/minus-x": "0.3.1",
|
|
"php-parallel-lint/php-console-highlighter": "0.3.2",
|
|
"php-parallel-lint/php-parallel-lint": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
]
|
|
}
|
|
}
|