mediawiki-extensions-Editcount/composer.json
Umherirrender 039d2cd82a build: Add php-parallel-lint and MinusX
php-lint will test for valid php files
MinusX will test for executable bits

Change-Id: I29038a499eb83d2ea0bad6a8c23c739964d86087
2017-11-03 19:48:45 +01:00

17 lines
306 B
JSON

{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.2.0"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"minus-x check ."
],
"fix": [
"minus-x fix ."
]
}
}