composer.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "yiisoft/yii2-app-advanced",
  3. "description": "Yii 2 Advanced Project Template",
  4. "keywords": ["yii2", "framework", "advanced", "project template"],
  5. "homepage": "http://www.yiiframework.com/",
  6. "type": "project",
  7. "license": "BSD-3-Clause",
  8. "support": {
  9. "issues": "https://github.com/yiisoft/yii2/issues?state=open",
  10. "forum": "http://www.yiiframework.com/forum/",
  11. "wiki": "http://www.yiiframework.com/wiki/",
  12. "irc": "irc://irc.freenode.net/yii",
  13. "source": "https://github.com/yiisoft/yii2"
  14. },
  15. "minimum-stability": "dev",
  16. "require": {
  17. "php": ">=5.4.0",
  18. "yiisoft/yii2": "2.0.29",
  19. "yiisoft/yii2-bootstrap": "~2.0.6",
  20. "yiisoft/yii2-swiftmailer": "~2.0.6",
  21. "linslin/yii2-curl": "~1.0.11",
  22. "yiisoft/yii2-redis": "~2.0.5",
  23. "phpoffice/phpexcel": "~1.8.1",
  24. "aliyuncs/oss-sdk-php": "~2.0",
  25. "jzweb/open-weixin": "*",
  26. "pwf0112/wxcrypt": "*",
  27. "hollisho/yii2-redis-pub-sub": "dev-master",
  28. "mikemadisonweb/yii2-rabbitmq": "^2.2.1",
  29. "lcobucci/jwt": "3.3",
  30. "vlucas/phpdotenv": "^4.0",
  31. "phpoption/phpoption": "^1.6@dev",
  32. "workerman/gatewayclient": "3.0.13",
  33. "yiisoft/yii2-imagine": "*",
  34. "yiier/yii2-aliyun-oss": "*"
  35. },
  36. "require-dev": {
  37. "yiisoft/yii2-codeception": "~2.0.5",
  38. "yiisoft/yii2-debug": "~2.0.9",
  39. "yiisoft/yii2-gii": "~2.0.5",
  40. "yiisoft/yii2-faker": "~2.0.3",
  41. "symfony/var-dumper": "^v3.2.4"
  42. },
  43. "config": {
  44. "process-timeout": 1800,
  45. "secure-http": false
  46. },
  47. "extra": {
  48. "asset-installer-paths": {
  49. "npm-asset-library": "vendor/npm",
  50. "bower-asset-library": "vendor/bower"
  51. }
  52. },
  53. "repositories": {
  54. "packagist": {
  55. "type": "composer",
  56. "url": "https://mirrors.aliyun.com/composer/"
  57. }
  58. }
  59. }