mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-19 09:11:05 +00:00
4e4dd6ece3
composer: * mediawiki/mediawiki-phan-config: 0.14.0 → 0.15.0 npm: * mocha: 10.2.0 → 10.8.2 * https://github.com/advisories/GHSA-mwcw-c2x4-8c55 * nanoid: 3.3.3, 3.3.7 → 3.3.8 * https://github.com/advisories/GHSA-mwcw-c2x4-8c55 Change-Id: I82b9a8d6bb1f85c5aacf6a82687a1e919f298481
29 lines
737 B
JSON
29 lines
737 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.15.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": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test:size": "php ../../vendor/phpunit/phpunit/phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php",
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|