mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
17 lines
287 B
JSON
17 lines
287 B
JSON
|
{
|
||
|
"require-dev": {
|
||
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
||
|
"mediawiki/mediawiki-codesniffer": "0.10.0",
|
||
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": [
|
||
|
"parallel-lint . --exclude vendor",
|
||
|
"phpcs -p -s"
|
||
|
],
|
||
|
"fix": [
|
||
|
"phpcbf"
|
||
|
]
|
||
|
}
|
||
|
}
|