mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
ed7f1f6dc4
This allows to use the phpcbf easily Change-Id: I76b14ace9fb95bf2ae30bfd56c41019c88c862ac
41 lines
741 B
JSON
41 lines
741 B
JSON
{
|
|
"name": "mediawiki/syntax-highlight_geshi",
|
|
"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.5.1"
|
|
},
|
|
"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",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|