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-07-23 07:30:34 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "0.10.1",
|
2017-05-05 19:40:01 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
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",
|
|
|
|
"fix": "phpcbf",
|
2016-01-19 22:29:19 +00:00
|
|
|
"test": [
|
2016-09-16 23:18:35 +00:00
|
|
|
"composer lint",
|
|
|
|
"composer phpcs"
|
2016-01-19 22:29:19 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|