mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-23 22:13:40 +00:00
011e252439
Change-Id: I63b74cc5c7f5b9512d94e8f166b1c2c309bdd067
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "mediawiki/syntax-highlight",
|
|
"description": "Syntax highlighting extension for MediaWiki",
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.14.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"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Brion Vibber",
|
|
"email": "brion@wikimedia.org"
|
|
},
|
|
{
|
|
"name": "Niklas Laxström",
|
|
"email": "nlaxstrom@wikimedia.org"
|
|
},
|
|
{
|
|
"name": "Ori Livneh",
|
|
"email": "ori@wikimedia.org"
|
|
},
|
|
{
|
|
"name": "Rob Church"
|
|
},
|
|
{
|
|
"name": "Tim Starling",
|
|
"email": "tstarling@wikimedia.org"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|