mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-11 17:01:00 +00:00
e925e08592
Change-Id: Ia150e2910b090340ecb7d347a486c6716385b383
20 lines
361 B
JSON
20 lines
361 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
|
"mediawiki/minus-x": "0.2.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"phpcbf",
|
|
"minus-x fix ."
|
|
]
|
|
}
|
|
}
|