Initial commit
This commit is contained in:
13
composer.json
Normal file
13
composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "ktrix/authentication-provider-totp",
|
||||
"description": "Ktrix TOTP (Time-based One-Time Password) authentication provider",
|
||||
"type": "project",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"KTXM\\AuthenticationProviderTotp\\": "lib/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user