From fb924554f4731bb259f12ff7738cd56b5142fc58 Mon Sep 17 00:00:00 2001 From: Kirill Petrov Date: Thu, 16 Dec 2021 20:06:27 +0400 Subject: [PATCH] Update composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c4ff13..209d43f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "php": ">=7.0", "ext-json": "*", "yiisoft/yii2": "^2.0.42", - "bower-asset/bootstrap": "^5.1.0" + "bower-asset/bootstrap": "^5.1.0", + "twbs/bootstrap-icons": "^1.7.5" }, "require-dev": { "yiisoft/yii2-coding-standards": "~2.0",