2015-10-01 15:20:36 +02:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2016-01-05 10:33:34 -08:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-12-29 23:43:59 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "15.0.0",
|
2017-11-02 18:35:45 -07:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-10 02:32:18 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2015-10-01 15:20:36 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-02 18:35:45 -07:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2015-10-01 15:20:36 +02:00
|
|
|
"test": [
|
2017-11-10 20:22:41 +01:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-02 18:35:45 -07:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2015-10-01 15:20:36 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|