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.

44 lines
1014 B

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. "moonlandsoft/yii2-phpexcel": "*"
  19. },
  20. "repositories": {
  21. "asset_packagist": {
  22. "type": "composer",
  23. "url": "https://asset-packagist.org"
  24. },
  25. "kc_packagist": {
  26. "type": "composer",
  27. "url": "https://packagist.kcshop.com.cn/"
  28. },
  29. "packagist": {
  30. "type": "composer",
  31. "url": "https://packagist.phpcomposer.com"
  32. }
  33. },
  34. "require-dev": {
  35. "yiisoft/yii2-debug": "^2.0@dev",
  36. "kint-php/kint": "dev-master",
  37. "yiisoft/yii2-gii": "^2.0@dev"
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "antgoods\\goods\\": "vendor/antgoods/goods/src"
  42. }
  43. }
  44. }