mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 13:56:53 +00:00
d1523b87b5
composer: * mediawiki/mediawiki-codesniffer: 43.0.0 → 44.0.0 npm: * eslint-config-wikimedia: 0.27.0 → 0.28.2 * grunt-stylelint: 0.19.0 → 0.20.1 * stylelint-config-wikimedia: 0.16.1 → 0.17.2 Change-Id: I32ff7178376a4aed134df7d25b071de6448cd851
26 lines
519 B
JSON
26 lines
519 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "44.0.0",
|
|
"mediawiki/minus-x": "1.1.3",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"phpcs": "phpcs -sp --cache"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|