2016-01-19 22:29:19 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2016-09-16 23:18:35 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-10-21 04:27:16 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
2017-11-04 01:20:23 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-11 00:21:41 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2016-01-19 22:29:19 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-06-22 20:45:35 +00:00
|
|
|
"lint": "parallel-lint . --exclude vendor --exclude node_modules",
|
2016-09-16 23:18:35 +00:00
|
|
|
"phpcs": "phpcs -p -s",
|
2017-11-04 01:20:23 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2016-01-19 22:29:19 +00:00
|
|
|
"test": [
|
2016-09-16 23:18:35 +00:00
|
|
|
"composer lint",
|
2017-11-04 01:20:23 +00:00
|
|
|
"composer phpcs",
|
|
|
|
"minus-x check ."
|
2016-01-19 22:29:19 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|