2015-03-06 18:15:10 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2016-01-05 18:41:10 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2018-02-25 11:31:55 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "16.0.1",
|
2017-11-04 02:49:58 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-18 09:52:08 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2015-03-06 18:15:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 23:38:41 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 02:49:58 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-05-10 00:00:14 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-04 02:49:58 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-03-06 18:15:10 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|