mediawiki-extensions-Growth.../composer.json

32 行
734 B
JSON

{
"require-dev": {
"mediawiki/mediawiki-codesniffer": "43.0.0",
"mediawiki/mediawiki-phan-config": "0.14.0",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"phpbench/phpbench": "^1.1"
},
"scripts": {
"fix": [
"minus-x fix .",
"@phpcbf",
"phpcbf"
],
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"@phpcs",
"minus-x check ."
],
"phpbench": "phpbench run tests/Benchmark --revs=20",
"phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -s -p --cache",
"phpcbf": "phpcbf"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}