From 1e3c0631d7c4d17b02e8d1e4ed50fe829127a669 Mon Sep 17 00:00:00 2001 From: Sasha Rybkin Date: Mon, 14 Apr 2025 15:14:51 +0300 Subject: [PATCH] =?UTF-8?q?#110864=20=D0=9A=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=D1=83=D1=80=D0=B0=D1=86=D0=B8=D1=8F=20yii=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D1=81=20=D0=BA=D0=BB?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D0=B5=D1=80=D0=BD=D1=8B=D0=BC=20redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 7e41de9..ea5aa84 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ } ], "require": { + "yiisoft/yii2-redis": "~2.0.0", "yiisoft/yii2": "~2.0.0", "predis/predis": "^2.3" },