2017-05-06 10:54:00 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-10 06:06:14 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2017-05-19 16:39:27 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-05-26 06:54:00 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "20.0.0",
|
2018-02-18 09:58:06 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2017-05-06 10:54:00 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 02:52:12 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2017-05-06 10:54:00 +00:00
|
|
|
"test": [
|
2017-11-11 23:40:18 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 02:52:12 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2017-05-06 10:54:00 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|