2015-10-13 21:11:33 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2016-01-05 18:33:14 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-12-29 23:41:27 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "15.0.0",
|
2017-11-03 01:35:24 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-10 02:31:54 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2015-10-13 21:11:33 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 17:14:22 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-03 01:35:24 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-05-09 23:41:17 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-03 01:35:24 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-10-13 21:11:33 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|