d845e8a424
Change-Id: Ie72e50522e6b12f503696b791b94bb4fabfccfa9
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
"mediawiki/mediawiki-codesniffer": "0.10.1"
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|