2017-11-03 17:34:06 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 07:42:56 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2017-11-03 17:34:06 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-17 20:33:35 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2018-03-29 01:35:00 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "17.0.0"
|
2017-11-03 17:34:06 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-02 09:14:52 +00:00
|
|
|
"minus-x check .",
|
|
|
|
"phpcs -p -s"
|
2017-11-03 17:34:06 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-02 09:14:52 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-03 17:34:06 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|