mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
ad17b2f596
composer: * mediawiki/mediawiki-codesniffer: 31.0.0 → 38.0.0 The following sniffs are failing and were disabled: * MediaWiki.Commenting.FunctionComment.ExtraParamComment * MediaWiki.Commenting.FunctionComment.ParamNameNoMatch * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationProtected * MediaWiki.PHPUnit.SpecificAssertions.assertArrayHasKey * MediaWiki.Usage.StaticClosure.StaticClosure * PSR12.Functions.ReturnTypeDeclaration.SpaceBeforeColon npm: * ajv: 6.12.2 → 6.12.6 * https://github.com/advisories/GHSA-v88g-cgmw-v5xw * ansi-regex: 5.0.1 → 5.0.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * https://github.com/advisories/GHSA-93q8-gq69-wqmw * archiver: 4.0.1 → 4.0.2 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * async: 0.9.2 → 0.9.2 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * ejs: 3.1.3 → 3.1.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * jake: 10.8.2 → 10.8.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * nanoid: 3.1.23 → 3.3.2 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 Change-Id: I9d7acb284a4b8d01b57048366dc3d2b5e6e2ab75
23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.10.2",
|
|
"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 node_modules --exclude vendor",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
}
|
|
}
|