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.

51 lines
1.3 KiB

5 years ago
5 years ago
  1. {
  2. "name": "blobt/kcbasic",
  3. "description": "This is a fast template using for small project in KcDev.",
  4. "type": "project",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "blobt",
  9. "email": "380255922@qq.com"
  10. }
  11. ],
  12. "minimum-stability": "dev",
  13. "require": {
  14. "php": ">=7.1.0",
  15. "yiisoft/yii2": "~2.0.14",
  16. "yiisoft/yii2-bootstrap4": "~2.0.6",
  17. "yiisoft/yii2-redis": "^2.0.0",
  18. "yiisoft/yii2-mongodb": "~2.1.0",
  19. "yiisoft/yii2-httpclient": "^2.0@dev",
  20. "moonlandsoft/yii2-phpexcel": "*",
  21. "kartik-v/yii2-tabs-x": "^1.2@dev",
  22. "kartik-v/yii2-editable": "^1.7@dev",
  23. "kartik-v/yii2-widget-depdrop": "dev-master",
  24. "antkaz/yii2-vue": "dev-master",
  25. "xj/yii2-babel": "dev-master"
  26. },
  27. "repositories": {
  28. "asset_packagist": {
  29. "type": "composer",
  30. "url": "https://asset-packagist.org"
  31. },
  32. "kc_packagist": {
  33. "type": "composer",
  34. "url": "https://packagist.kcshop.com.cn/"
  35. },
  36. "packagist": {
  37. "type": "composer",
  38. "url": "https://packagist.phpcomposer.com"
  39. }
  40. },
  41. "require-dev": {
  42. "yiisoft/yii2-debug": "^2.0@dev",
  43. "kint-php/kint": "dev-master",
  44. "yiisoft/yii2-gii": "^2.0@dev"
  45. },
  46. "autoload": {
  47. "psr-4": {
  48. "antgoods\\goods\\": "vendor/antgoods/goods/src"
  49. }
  50. }
  51. }