forked from erkens/2fa-text
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 736 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 736 Bytes
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
26
{
"name": "erkens/2fa-text",
"type": "library",
"description": "Extends scheb/2fa-bundle with two-factor authentication via simple text messages",
"keywords": ["2fa", "two-factor", "two-step", "authentication", "symfony", "sms", "text"],
"homepage": "https://github.com/Erkens/2fa-text",
"license": "MIT",
"authors": [
{
"name": "Michael Erkens",
"email": "erkens@users.noreply.github.com"
}
],
"require": {
"php": "^8.0",
"scheb/2fa-bundle": "^6.0"
},
"require-dev": {
"symfony/http-client": "^5.3 || ^6.0"
},
"autoload": {
"psr-4": {
"Erkens\\Security\\TwoFactorTextBundle\\": ""
}
}
}