mediawiki-extensions-Syntax.../composer.json
Kunal Mehta 054302f83c build: Adding MinusX
Change-Id: Ib2b2f09c495f62b458c2c6175e5c0d27b14984ec
2017-11-03 19:49:51 -07:00

47 lines
894 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": "14.1.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.2.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": {
"fix": [
"phpcbf",
"minus-x fix ."
],
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"phpcs -p -s",
"minus-x check ."
]
}
}