From 47b2da72704c4e22c5b872680cddf75946a98232 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Mon, 25 Mar 2024 15:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=EF=BC=8C=E5=AE=9E=E7=8E=B0=E5=8F=AF=E4=BB=A5=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E7=9A=84=E8=A1=A8=E6=A0=BC=E5=86=85=E5=AE=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b58e54..a6cb70f 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,8 @@ "symfony/serializer": "^7.0", "symfony/property-access": "^7.0", "phpdocumentor/reflection-docblock": "^5.3", - "web-auth/webauthn-lib": "^4.8" + "web-auth/webauthn-lib": "^4.8", + "kartik-v/yii2-editable": "dev-master" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0",