2015-10-05 15:46:13 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 08:08:53 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2018-05-26 02:15:41 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "20.0.0",
|
2017-11-03 02:15:30 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-17 20:56:32 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2015-10-05 15:46:13 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-09 15:20:55 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-03 02:15:30 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-12-05 18:51:07 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-03 02:15:30 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-10-05 15:46:13 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|