{
  "name": "fe/lettermgr",
  "description": "Brief-Manager: DOCX-Erstellung, Login (Passkey oder Passwort+2FA), Kontakte, E-Mail-Versand",
  "type": "project",
  "require": {
    "php": ">=8.1",
    "ext-pdo": "*",
    "ext-sodium": "*",
    "ext-mbstring": "*",
    "phpoffice/phpword": "^1.2",
    "phpmailer/phpmailer": "^6.9",
    "web-auth/webauthn-lib": "^4.8",
    "robthree/twofactorauth": "^3.0"
  },
  "autoload": {
    "psr-4": {
      "LetterMgr\\": "src/"
    }
  }
}
