mediawiki-extensions-Syntax.../composer.json
Umherirrender ed7f1f6dc4 Add fix phpcbf command to composer.json
This allows to use the phpcbf easily

Change-Id: I76b14ace9fb95bf2ae30bfd56c41019c88c862ac
2017-04-28 23:57:37 +02:00

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"
]
}
}