mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
f8a4f8cb0e
The following sniffs are failing and were disabled: * MediaWiki.Files.ClassMatchesFilename.NotMatch * MediaWiki.Files.ClassMatchesFilename.WrongCase Change-Id: I2781f52be104163ba58e30055bc7593da6ded29a
42 lines
811 B
JSON
42 lines
811 B
JSON
{
|
|
"name": "mediawiki/syntax-highlight",
|
|
"description": "Syntax highlighting extension for MediaWiki",
|
|
"require": {
|
|
"symfony/process": "~3.2"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "0.12.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
|
},
|
|
"license": "GPL-2.0+",
|
|
"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": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|