mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-11 17:01:58 +00:00
4207655cee
* php-parallel-lint/php-console-highlighter: 0.4.0 → 0.5.0 * php-parallel-lint/php-parallel-lint: 1.0.0 → 1.2.0 Change-Id: I85f0a15a49addcf1adb8ed6c1eece8ac0f68fa4c
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"license": "GPL-2.0-or-later",
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "31.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.9.1",
|
|
"mediawiki/minus-x": "1.0.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
]
|
|
},
|
|
"extra": {
|
|
"phan-taint-check-plugin": "2.0.1"
|
|
}
|
|
}
|