composer.json 717 B

123456789101112131415161718192021222324252627282930313233
  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. "phpoffice/phpexcel": "^1.8",
  25. "mpdf/mpdf": "^8.0"
  26. },
  27. "repositories": {
  28. "packagist": {
  29. "type": "composer",
  30. "url": "https://mirrors.aliyun.com/composer"
  31. }
  32. }
  33. }