
composer: * mediawiki/mediawiki-codesniffer: 39.0.0 → 40.0.1 npm: * grunt-banana-checker: 0.9.0 → 0.10.0 * minimatch: 3.0.4 → 3.0.8 * https://github.com/advisories/GHSA-f8q6-p94x-37v3 Change-Id: I55d1c7498aea0581127daa4c09cf44f846f34f7e
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "40.0.1",
|
|
"mediawiki/minus-x": "1.1.1",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"phpcs": "phpcs -sp --cache"
|
|
}
|
|
}
|