mediawiki-extensions-Contri.../composer.json
libraryupgrader 3de3b235c6 build: Updating composer dependencies
* php-parallel-lint/php-console-highlighter: 0.4.0 → 0.5.0
* php-parallel-lint/php-parallel-lint: 1.0.0 → 1.2.0

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

Change-Id: I71d07dd403f3863f89287856a5e8ba9b0d7df1c6
2020-05-31 02:01:03 +00:00

19 lines
392 B
JSON

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