mediawiki-extensions-OATHAuth/composer.json
Reedy 08aa532b59 Update christian-riesen/base32 (1.3.2 => 1.4.0
Depends-On: I719d5a2d08e2f86a428d7afff5eb8984b5c0e131
Change-Id: If838fbdc79f4573d530b4bd6815a173d73852c66
2020-12-29 20:46:26 +00:00

27 lines
580 B
JSON

{
"require": {
"christian-riesen/base32": "1.4.0",
"jakobo/hotp-php": "2.0.0"
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "34.0.0",
"mediawiki/mediawiki-phan-config": "0.10.6",
"mediawiki/minus-x": "1.1.0",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0"
},
"scripts": {
"lint": "parallel-lint . --exclude vendor --exclude node_modules",
"phpcs": "phpcs -p -s",
"fix": [
"minus-x fix .",
"phpcbf"
],
"test": [
"composer lint",
"composer phpcs",
"minus-x check ."
]
}
}