1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-15 20:11:49 +00:00

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

This commit is contained in:
FreddleSpl0it
2026-02-24 11:02:47 +01:00
parent ad5b94af5e
commit 96d4802cb2
340 changed files with 16740 additions and 18628 deletions

View File

@@ -11,6 +11,7 @@
"directorytree/ldaprecord": "^3.3",
"twig/twig": "^3.0",
"stevenmaguire/oauth2-keycloak": "^4.0",
"league/oauth2-client": "^2.7"
"league/oauth2-client": "^2.7",
"bacon/bacon-qr-code": "^2.0"
}
}