You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
779 B
38 lines
779 B
{
|
|
"name": "blobt/kcbasic",
|
|
"description": "This is a fast template using for small project in KcDev.",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "blobt",
|
|
"email": "380255922@qq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"yiisoft/yii2": "~2.0.14",
|
|
"yiisoft/yii2-bootstrap": "^2.0@dev"
|
|
},
|
|
"repositories": {
|
|
"asset_packagist": {
|
|
"type": "composer",
|
|
"url": "https://asset-packagist.org"
|
|
},
|
|
"kc_packagist": {
|
|
"type": "composer",
|
|
"url": "https://packagist.kcshop.com.cn/"
|
|
},
|
|
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://packagist.phpcomposer.com"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-debug": "^2.0@dev",
|
|
"kint-php/kint": "dev-master",
|
|
"yiisoft/yii2-gii": "^2.0@dev"
|
|
}
|
|
}
|