15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"name": "wow/account-web",
|
|
"description": "Web panel to create WoW accounts with SRP6 and OIDC authentication",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"jumbojett/openid-connect-php": "^0.9.6",
|
|
"ext-gmp": "*",
|
|
"ext-mysqli": "*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"srp6.php"
|
|
]
|
|
}
|
|
} |