2021-02-10 05:04:59 +08:00
|
|
|
{
|
2021-08-02 17:00:24 +08:00
|
|
|
"name": "yiisoft/yii2-bootstrap5",
|
2021-02-10 05:04:59 +08:00
|
|
|
"description": "The Twitter Bootstrap v5 extension for the Yii framework",
|
|
|
|
"keywords": [
|
|
|
|
"yii2",
|
|
|
|
"bootstrap",
|
|
|
|
"bootstrap5"
|
|
|
|
],
|
|
|
|
"type": "yii2-extension",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"support": {
|
2021-08-02 17:00:24 +08:00
|
|
|
"source": "https://github.com/yiisoft/yii2-bootstrap5"
|
2021-02-10 05:04:59 +08:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sergey Zhukovskiy",
|
|
|
|
"email": "mylistryx@gmail.com",
|
|
|
|
"homepage": "https://net23.ru/"
|
2021-07-09 17:53:24 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Simon Karlen",
|
|
|
|
"email": "simi.albi@outlook.com"
|
2021-02-10 05:04:59 +08:00
|
|
|
}
|
|
|
|
],
|
2021-07-09 17:53:24 +08:00
|
|
|
"minimum-stability": "stable",
|
2021-02-10 05:04:59 +08:00
|
|
|
"require": {
|
2021-08-04 14:03:41 +08:00
|
|
|
"php": ">=7.0",
|
2021-07-09 17:53:24 +08:00
|
|
|
"ext-json": "*",
|
|
|
|
"yiisoft/yii2": "^2.0.42",
|
2021-12-19 20:10:01 +08:00
|
|
|
"bower-asset/bootstrap": "^5.1.0"
|
2021-02-10 05:04:59 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"yiisoft/yii2-coding-standards": "~2.0",
|
2021-12-19 20:10:01 +08:00
|
|
|
"phpunit/phpunit": "^6.5.14",
|
2021-12-19 20:18:53 +08:00
|
|
|
"twbs/bootstrap-icons": "^1.7.2"
|
2021-12-19 20:10:01 +08:00
|
|
|
},
|
|
|
|
"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."
|
2021-02-10 05:04:59 +08:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"yii\\bootstrap5\\": "src"
|
|
|
|
}
|
|
|
|
},
|
2021-07-09 17:53:24 +08:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"yiiunit\\extensions\\bootstrap5\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
2021-02-10 05:04:59 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|