-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.06 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "asundust/dcat-auth-google-2fa",
"alias": "Auth Google 2FA两步验证",
"description": "Dcat-Admin auth verification by Google 2FA / Dcat-Admin 登录 Google 2FA两步验证",
"type": "library",
"keywords": [
"dcat-admin",
"extension",
"google",
"auth",
"2fa",
"login",
"captcha"
],
"homepage": "https://github.com/asundust/dcat-auth-google-2fa",
"license": "MIT",
"authors": [
{
"name": "asundust",
"email": "asundust@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"dcat/laravel-admin": "~2.0",
"pragmarx/google2fa-qrcode": "^2.0|^3.0"
},
"autoload": {
"psr-4": {
"Asundust\\DcatAuthGoogle2Fa\\": "src/"
}
},
"extra": {
"dcat-admin": "Asundust\\DcatAuthGoogle2Fa\\DcatAuthGoogle2FaServiceProvider",
"laravel": {
"providers": [
"Asundust\\DcatAuthGoogle2Fa\\DcatAuthGoogle2FaServiceProvider"
]
}
}
}