From 7484883437533ae2d9a95caf131b5720090f2d41 Mon Sep 17 00:00:00 2001 From: simialbi Date: Sun, 19 Dec 2021 13:10:01 +0100 Subject: [PATCH] Put the bootstrap icons to suggest section --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 209d43f..72d881a 100644 --- a/composer.json +++ b/composer.json @@ -27,12 +27,15 @@ "php": ">=7.0", "ext-json": "*", "yiisoft/yii2": "^2.0.42", - "bower-asset/bootstrap": "^5.1.0", - "twbs/bootstrap-icons": "^1.7.5" + "bower-asset/bootstrap": "^5.1.0" }, "require-dev": { "yiisoft/yii2-coding-standards": "~2.0", - "phpunit/phpunit": "^6.5.14" + "phpunit/phpunit": "^6.5.14", + "twbs/bootstrap-icons": "^1.7.5" + }, + "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." }, "repositories": [ {