mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-13 18:16:56 +00:00
f90cf3b308
Change-Id: I31a8f87b84b7e4771703d303946ec4648baf30eb
27 lines
580 B
JSON
27 lines
580 B
JSON
{
|
|
"require": {
|
|
"christian-riesen/base32": "1.3.2",
|
|
"jakobo/hotp-php": "1.0.1"
|
|
},
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "34.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.10.4",
|
|
"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 ."
|
|
]
|
|
}
|
|
}
|