Put the bootstrap icons to suggest section

This commit is contained in:
simialbi 2021-12-19 13:10:01 +01:00 committed by GitHub
parent 6b2d1f6c65
commit 7484883437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,12 +27,15 @@
"php": ">=7.0", "php": ">=7.0",
"ext-json": "*", "ext-json": "*",
"yiisoft/yii2": "^2.0.42", "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": { "require-dev": {
"yiisoft/yii2-coding-standards": "~2.0", "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": [ "repositories": [
{ {