添加与Web Authn相关依赖

This commit is contained in:
Chenx221 2024-03-13 18:31:32 +08:00
parent 187b858a31
commit 2c281ae596
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -48,7 +48,10 @@
"spomky-labs/otphp": "^11.2", "spomky-labs/otphp": "^11.2",
"ext-gd": "*", "ext-gd": "*",
"endroid/qr-code": "^5.0", "endroid/qr-code": "^5.0",
"bower-asset/bootstrap": "^5.3" "bower-asset/bootstrap": "^5.3",
"web-auth/webauthn-lib": "^4.8",
"npm-asset/simplewebauthn--browser": "^9.0",
"symfony/serializer": "^7.0"
}, },
"require-dev": { "require-dev": {
"yiisoft/yii2-debug": "~2.1.0", "yiisoft/yii2-debug": "~2.1.0",