2015-10-05 15:46:13 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2018-03-09 08:08:53 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-04-22 08:44:13 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "30.0.0",
|
2020-01-28 10:14:17 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
2020-01-29 04:01:51 +00:00
|
|
|
"mediawiki/minus-x": "1.0.0",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.2"
|
2015-10-05 15:46:13 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-08-09 15:20:55 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-03 02:15:30 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-12-05 18:51:07 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-14 05:09:42 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2015-10-05 15:46:13 +00:00
|
|
|
]
|
2018-09-14 02:01:44 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:03:50 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2015-10-05 15:46:13 +00:00
|
|
|
}
|
|
|
|
}
|