2017-05-05 08:11:13 -06:00
|
|
|
{
|
|
|
|
"require-dev": {
|
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-05-17 12:43:37 -06:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-29 16:41:26 -07:00
|
|
|
"mediawiki/mediawiki-codesniffer": "15.0.0",
|
2017-12-09 19:32:05 -07:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2017-05-05 08:11:13 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-02 19:35:30 -06:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2017-05-05 08:11:13 -06:00
|
|
|
"test": [
|
2017-11-11 15:40:57 -07:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-02 19:35:30 -06:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-05 08:11:13 -06:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|