mediawiki-extensions-Syntax.../composer.json
libraryupgrader c7600c3f40 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 34.0.0 → 35.0.0
* mediawiki/minus-x: 1.1.0 → 1.1.1

npm:
* eslint-config-wikimedia: 0.17.0 → 0.18.1

Additional changes:
* Added the "composer phan" command to conveniently run phan.

Change-Id: Ie7649408030682fccc0c0f0251359246bc06a986
2021-01-30 14:48:22 +00:00

46 lines
954 B
JSON

{
"name": "mediawiki/syntax-highlight",
"description": "Syntax highlighting extension for MediaWiki",
"require-dev": {
"mediawiki/mediawiki-codesniffer": "35.0.0",
"mediawiki/mediawiki-phan-config": "0.10.6",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0"
},
"license": "GPL-2.0-or-later",
"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": [
"minus-x fix .",
"phpcbf"
],
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"phpcs -p -s",
"minus-x check ."
],
"phan": "phan -d . --long-progress-bar"
}
}