-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
25 lines (25 loc) · 923 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "rublon/rublon-roundcube",
"type": "roundcube-plugin",
"license": "BSD-3-Clause",
"description": "Plugin for Rublon 2FA",
"keywords": ["2 factor authentication", "2 step authentication", "2-Factor", "2-step verification", "2FA", "admin", "authentication", "login", "login approval", "login protection", "login verification", "mfa", "multi factor authentication", "password", "qr code", "security", "two step authentication", "two-factor", "two-factor authentication", "two-factor verification", "two-step verification"],
"homepage": "https://github.com/Rublon/rublon-roundcube",
"authors": [
{
"name": "Rublon",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=7.1.0",
"rublon/rublon-sdk-php": "^4.1",
"roundcube/plugin-installer": ">=0.1.3"
}
}