Files
authentication_provider_oidc/composer.json
2025-12-22 14:57:57 -05:00

14 lines
292 B
JSON

{
"name": "ktrix/authentication-provider-oidc",
"description": "Ktrix OpenID Connect authentication provider for SSO authentication",
"type": "project",
"autoload": {
"psr-4": {
"KTXM\\AuthenticationProviderOidc\\": "lib/"
}
},
"require": {
"php": ">=8.2"
}
}