From 7642e09bb0f629e1522d39c45b9ff26fa0102ae0 Mon Sep 17 00:00:00 2001 From: simialbi Date: Sun, 19 Dec 2021 13:18:53 +0100 Subject: [PATCH] Fixed icon asset version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 72d881a..85baea6 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "yiisoft/yii2-coding-standards": "~2.0", "phpunit/phpunit": "^6.5.14", - "twbs/bootstrap-icons": "^1.7.5" + "twbs/bootstrap-icons": "^1.7.2" }, "suggest": { "twbs/bootstrap-icons": "Add this package to the `require` section of your `composer.json` if you'd like to use the bootstrap icon asset."