mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-14 18:15:57 +00:00
f89bc8d62c
kzykhys/pygments provides very little added value when compared to just using symfony/process directly. Since kzykhys/pygments appears to be unmaintained and is currently broken, depend on symfony/process directly instead. Change-Id: I34c7e4201c2c21d3f8607ec826a4c9869e2da917 Task: T120068
40 lines
720 B
JSON
40 lines
720 B
JSON
{
|
|
"name": "mediawiki/syntax-highlight_geshi",
|
|
"description": "Syntax highlighting extension for MediaWiki",
|
|
"require": {
|
|
"symfony/process": "~2.5"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
"mediawiki/mediawiki-codesniffer": "0.5.0"
|
|
},
|
|
"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": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|