mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 16:23:49 +00:00
e0b5000a37
And moved phpcs.xml to .phpcs.xml (T177256). Change-Id: I79c2828e8b73dc0c8d5724c894a0cbf258d4cb48
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0"
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|