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