2017-05-04 18:08:30 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2017-05-05 19:40:00 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-05-30 18:21:54 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-25 06:56:17 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "16.0.1",
|
2018-02-17 19:13:27 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2017-05-04 18:08:30 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 01:22:48 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2017-05-04 18:08:30 +00:00
|
|
|
"test": [
|
2017-11-11 13:42:42 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-03 01:22:48 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-04 18:08:30 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|