twofactor_u2f/composer.json

24 строки
565 B
JSON

{
"name": "christophwurst/twofactor_u2f",
"description": "A two factor provider for U2F devices for Nextcloud",
"type": "project",
"license": "agplv3",
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"require": {
"yubico/u2flib-server": "^1.0.1"
},
"require-dev": {
"christophwurst/nextcloud": "^12.0.0",
"phpunit/phpunit": "^5.7"
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
}
}