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.

34 lines
853 B

6 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-bootstrap": "^2.0@dev",
  17. "yiisoft/yii2-gii": "^2.0@dev"
  18. },
  19. "repositories": {
  20. "kc_packagist": {
  21. "type": "composer",
  22. "url": "https://packagist.kcshop.com.cn/"
  23. },
  24. "packagist": {
  25. "type": "composer",
  26. "url": "https://packagist.phpcomposer.com"
  27. }
  28. },
  29. "require-dev": {
  30. "yiisoft/yii2-debug": "^2.0@dev",
  31. "kint-php/kint": "dev-master"
  32. }
  33. }