composer.json 991 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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": "^3.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. "hg/apidoc": "1.1.x",
  27. "phpoffice/phpexcel": "^1.8",
  28. "alibabacloud/client": "^1.5",
  29. "alipaysdk/easysdk": "^2.2"
  30. },
  31. "repositories": {
  32. "packagist": {
  33. "type": "composer",
  34. "url": "https://mirrors.aliyun.com/composer"
  35. }
  36. },
  37. "config": {
  38. "allow-plugins": {
  39. "topthink/think-installer": true,
  40. "easywechat-composer/easywechat-composer": true
  41. }
  42. }
  43. }