mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-14 10:34:41 +00:00
d9edc022fe
Additional changes: * Removed phan-taint-check-plugin from extra, now inherited from mediawiki-phan-config. Change-Id: Ia9eb5a9e4914584b46b6de463f05d54ff4190d85
24 lines
476 B
JSON
24 lines
476 B
JSON
{
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "31.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.10.2",
|
|
"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": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
]
|
|
}
|
|
}
|