2016-01-19 22:29:19 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 22:29:29 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2018-09-03 06:37:06 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "22.0.0",
|
2017-11-04 01:20:23 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-04-09 07:56:37 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2018-06-08 07:30:32 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.3.0"
|
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
|
|
|
]
|
2018-05-04 21:20:37 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2018-09-08 04:21:53 +00:00
|
|
|
"phan-taint-check-plugin": "1.5.0"
|
2016-01-19 22:29:19 +00:00
|
|
|
}
|
|
|
|
}
|