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.
 
 
 

49 lines
1.2 KiB

{
"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-bootstrap4": "~2.0.6",
"yiisoft/yii2-redis": "^2.0.0",
"moonlandsoft/yii2-phpexcel": "*",
"kartik-v/yii2-tabs-x": "^1.2@dev",
"kartik-v/yii2-editable": "^1.7@dev",
"kartik-v/yii2-widget-depdrop": "dev-master",
"antkaz/yii2-vue": "dev-master",
"xj/yii2-babel": "dev-master"
},
"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"
},
"autoload": {
"psr-4": {
"antgoods\\goods\\": "vendor/antgoods/goods/src"
}
}
}