25 lines
480 B
JSON
25 lines
480 B
JSON
{
|
|
"name": "uztech/google2fa-module",
|
|
"description": "",
|
|
"type": "laravel-module",
|
|
"authors": [
|
|
{
|
|
"name": "Jason.Chen",
|
|
"email": "chenjxlg@163.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"pragmarx/google2fa-laravel": "^2.0",
|
|
"simplesoftwareio/simple-qrcode": "^4.2"
|
|
},
|
|
"extra": {
|
|
"module-dir": "modules"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\Google2FA\\": ""
|
|
}
|
|
}
|
|
}
|
|
|