Files
authentication_provider_totp/composer.json
2026-02-10 20:06:34 -05:00

14 lines
290 B
JSON

{
"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"
}
}