2016-01-19 22:29:19 +00:00
|
|
|
{
|
2018-11-02 08:34:44 +00:00
|
|
|
"require": {
|
2019-04-11 11:41:41 +00:00
|
|
|
"christian-riesen/base32": "1.3.1",
|
2019-04-17 19:11:11 +00:00
|
|
|
"jakobo/hotp-php": "1.0.1"
|
2018-11-02 08:34:44 +00:00
|
|
|
},
|
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",
|
2019-10-11 17:58:52 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2017-11-04 01:20:23 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2019-12-17 15:43:09 +00:00
|
|
|
"mediawiki/minus-x": "0.3.2",
|
2019-12-21 19:18:31 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.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": {
|
2019-07-09 21:12:28 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2016-01-19 22:29:19 +00:00
|
|
|
}
|
|
|
|
}
|