2015-11-24 16:03:00 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2017-08-13 03:33:50 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-07-07 18:34:55 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-29 23:35:43 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "15.0.0",
|
2017-12-10 02:30:42 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2015-11-24 16:03:00 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 01:28:21 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2015-11-24 16:03:00 +00:00
|
|
|
"test": [
|
2017-07-07 18:34:55 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-03 01:28:21 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2015-11-24 16:03:00 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|