-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 1.03 KB
/
composer.json
File metadata and controls
23 lines (23 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "rublon/rublon-sdk-php",
"type": "library",
"license": "BSD-3-Clause",
"description": "Instant account security with effortless, email-based two-factor authentication; optional mobile app for more security; no tokens",
"keywords": ["2 factor authentication", "2 step authentication", "2-Factor", "2-step verification", "2FA", "admin", "authentication", "cell phone", "javascript", "login", "login approval", "login protection", "login verification", "mfa", "mobile", "mobile phone", "multi factor authentication", "password", "qr code", "security", "smartphone", "two step authentication", "two-factor", "two-factor authentication", "two-factor verification", "two-step verification"],
"homepage": "https://github.com/Rublon/rublon-sdk-php",
"authors": [
{
"name": "Rublon",
"email": "hello@rublon.com"
}
],
"require": {
"php": ">=5.3.0",
"lib-curl": "*"
},
"autoload": {
"psr-4": {
"Rublon\\": "Rublon/"
}
}
}