mediawiki-extensions-Editcount/composer.json
libraryupgrader ab0cfa77aa build: Updating mediawiki/mediawiki-codesniffer to 31.0.0
The following sniffs are failing and were disabled:
* Generic.Files.LineLength.TooLong

Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".

Change-Id: Ic8176d811bb7f452e3bd5cf843a2f8501f0b7412
2020-05-29 13:26:53 +00:00

20 lines
390 B
JSON

{
"require-dev": {
"mediawiki/mediawiki-codesniffer": "31.0.0",
"mediawiki/minus-x": "1.0.0",
"php-parallel-lint/php-console-highlighter": "0.4.0",
"php-parallel-lint/php-parallel-lint": "1.0.0"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"minus-x check .",
"phpcs -sp"
],
"fix": [
"minus-x fix .",
"phpcbf"
]
}
}