mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
974bdb5ec4
* bundlesize: 0.18.0 → 0.18.1 * https://npmjs.com/advisories/1594 (CVE-2020-28168) * github-build: 1.2.1 → 1.2.2 * https://npmjs.com/advisories/1594 (CVE-2020-28168) Additional changes: * Added the "composer phan" command to conveniently run phan. Change-Id: I31709fad756dfea5d47755f170a5b75952c793d2
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "34.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.10.6",
|
|
"mediawiki/minus-x": "1.1.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"phan": "phan -d . --long-progress-bar"
|
|
}
|
|
}
|