2015-10-25 16:36:46 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2017-05-05 19:40:02 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2018-02-15 13:44:12 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "16.0.0",
|
2017-11-04 01:53:51 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-11 01:41:06 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2015-10-25 16:36:46 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-10 11:23:37 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 01:53:51 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-16 17:59:29 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-04 01:53:51 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-10-25 16:36:46 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|