composer.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "zhongshaofa/easyadmin",
  3. "description": "基于ThinkPHP6.0和layui的快速开发的后台管理系统。",
  4. "type": "project",
  5. "keywords": [
  6. "easyadmin",
  7. "thinkphp",
  8. "admin"
  9. ],
  10. "homepage": "http://easyadmin.99php.cn/",
  11. "license": "MIT",
  12. "authors": [
  13. {
  14. "name": "zhongshaofa",
  15. "email": "2286732552@qq.com"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=7.1.0",
  20. "topthink/framework": "^6.0.0",
  21. "topthink/think-orm": "^2.0",
  22. "topthink/think-multi-app": "^1.0",
  23. "topthink/think-view": "^1.0",
  24. "firebase/php-jwt": "^5.2",
  25. "topthink/think-captcha": "^3.0",
  26. "aliyuncs/oss-sdk-php": "^2.3",
  27. "qcloud/cos-sdk-v5": "^2.0",
  28. "qiniu/php-sdk": "^7.2",
  29. "topthink/think-queue": "^3.0",
  30. "alibabacloud/client": "^1.5",
  31. "league/flysystem":"^1.0",
  32. "jianyan74/php-excel": "^1.0",
  33. "zhongshaofa/easy-admin": "^1.0.2",
  34. "ext-json": "*",
  35. "zhongshaofa/thinkphp-log-trace": "^1.0",
  36. "predis/predis": "^1.1",
  37. "alipaysdk/easysdk": "^2.2",
  38. "alibabacloud/cloudauth-20190307": "^2.0",
  39. "tanren1234/rsa": "dev-master",
  40. "alibabacloud/dysmsapi-20170525": "2.0.9",
  41. "topthink/think-throttle": "^1.3",
  42. "jpush/jpush": "^3.6"
  43. },
  44. "require-dev": {
  45. "symfony/var-dumper": "^4.2",
  46. "eaglewu/swoole-ide-helper": "dev-master"
  47. },
  48. "autoload": {
  49. "psr-4": {
  50. "app\\": "app"
  51. },
  52. "psr-0": {
  53. "": "extend/"
  54. }
  55. },
  56. "config": {
  57. "preferred-install": "dist",
  58. "secure-http": false
  59. },
  60. "scripts": {
  61. "post-autoload-dump": [
  62. "@php think service:discover",
  63. "@php think vendor:publish"
  64. ]
  65. },
  66. "repositories": {
  67. "packagist": {
  68. "type": "composer",
  69. "url": "https://mirrors.aliyun.com/composer/"
  70. }
  71. }
  72. }