composer.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "type": "project",
  3. "name": "zoujingli/thinkadmin",
  4. "license": "MIT",
  5. "authors": [
  6. {
  7. "name": "Anyon",
  8. "email": "zoujingli@qq.com"
  9. }
  10. ],
  11. "require": {
  12. "php": ">=5.6",
  13. "ext-gd": "*",
  14. "ext-curl": "*",
  15. "ext-json": "*",
  16. "ext-iconv": "*",
  17. "ext-openssl": "*",
  18. "ext-mbstring": "*",
  19. "endroid/qr-code": "^1.9",
  20. "topthink/framework": "5.1.*",
  21. "zoujingli/ip2region": "^1.0",
  22. "zoujingli/think-library": "5.1.x-dev",
  23. "zoujingli/weopen-developer": "dev-master",
  24. "overtrue/wechat": "~4.0",
  25. "firebase/php-jwt": "^5.2",
  26. "alibabacloud/client": "^1.5",
  27. "alipaysdk/easysdk": "^2.2",
  28. "alibabacloud/dingtalk": "^1.4",
  29. "hg/apidoc": "^4.1",
  30. "phpoffice/phpspreadsheet": "^1.19",
  31. "phpoffice/phpexcel": "^1.8",
  32. "jsyqw/tcpdf-table": "^0.1.2",
  33. "tecnickcom/tcpdf": "^6.6"
  34. },
  35. "repositories": {
  36. "packagist": {
  37. "type": "composer",
  38. "url": "https://mirrors.aliyun.com/composer"
  39. }
  40. },
  41. "config": {
  42. "allow-plugins": {
  43. "topthink/think-installer": true,
  44. "easywechat-composer/easywechat-composer": true
  45. }
  46. }
  47. }