2015-10-01 15:20:36 +02:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2021-05-09 10:15:00 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "19.4.0",
|
2021-01-01 05:00:18 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
|
|
|
"php-parallel-lint/php-console-highlighter": "0.3.2",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.0.0"
|
2015-10-01 15:20:36 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-02 18:35:45 -07:00
|
|
|
"fix": [
|
2021-01-01 05:00:18 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-02 18:35:45 -07:00
|
|
|
],
|
2015-10-01 15:20:36 +02:00
|
|
|
"test": [
|
2017-11-10 20:22:41 +01:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-07 11:14:27 +00:00
|
|
|
"@phpcs",
|
2017-11-02 18:35:45 -07:00
|
|
|
"minus-x check ."
|
2021-10-07 11:14:27 +00:00
|
|
|
],
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2015-10-01 15:20:36 +02:00
|
|
|
}
|
|
|
|
}
|