roundcubemail-plugins-kolab/plugins/kolab_2fa/composer.json

29 lines
719 B
JSON
Raw Normal View History

{
"name": "kolab/kolab_2fa",
"type": "roundcube-plugin",
"description": "Kolab 2-Factor Authentication",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
2017-04-04 13:45:47 +02:00
"version": "3.3.0",
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"spomky-labs/otphp": "~5.0.0",
"endroid/qrcode": "~1.5.0",
"enygma/yubikey": "~3.2"
}
}