Put the bootstrap icons to suggest section
This commit is contained in:
parent
6b2d1f6c65
commit
7484883437
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user