mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-14 10:34:41 +00:00
9133e04b00
Additional changes: * Also sorted "composer fix" command to run phpcbf last. Change-Id: I734d70580aa205de1fbf4e0503524923e4e70223
27 lines
520 B
JSON
27 lines
520 B
JSON
{
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
|
"mediawiki/minus-x": "0.3.2",
|
|
"mediawiki/mediawiki-phan-config": "0.9.0"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
]
|
|
},
|
|
"extra": {
|
|
"phan-taint-check-plugin": "2.0.1"
|
|
}
|
|
}
|