blob: e18ad4e32c8ac733f5959b1bd4b6f5cb1899bd14 [file] [log] [blame]
{
"require-dev": {
"mediawiki/minus-x": "0.3.1",
"php-parallel-lint/php-console-highlighter": "0.3.2",
"php-parallel-lint/php-parallel-lint": "1.0.0"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"minus-x check ."
],
"fix": [
"minus-x fix ."
]
}
}