composer.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "gougu/oa",
  3. "description": "the gouguoa project",
  4. "type": "project",
  5. "keywords": [
  6. "dev",
  7. "oa",
  8. "cms"
  9. ],
  10. "homepage": "http://www.gouguoa.com",
  11. "license": "Apache-2.0",
  12. "authors": [
  13. {
  14. "name": "oa",
  15. "email": "hdm58@qq.com"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=8.2",
  20. "ext-curl": "*",
  21. "ext-fileinfo": "*",
  22. "ext-openssl": "*",
  23. "ext-pdo": "*",
  24. "ext-zip": "*",
  25. "topthink/framework": "^8.1.2",
  26. "topthink/think-orm": "^4.0.5",
  27. "topthink/think-filesystem": "^3.0",
  28. "topthink/think-multi-app": "^1.0",
  29. "topthink/think-view": "^2.0",
  30. "topthink/think-captcha": "^3.0",
  31. "topthink/think-helper": "^3.1",
  32. "topthink/think-image": "^1.0.8",
  33. "overtrue/pinyin": "^5.2",
  34. "phpmailer/phpmailer": "^6.8",
  35. "firebase/php-jwt": "^7.0",
  36. "phpoffice/phpspreadsheet": "^1.2",
  37. "phpoffice/phpword": "^1.2",
  38. "mpdf/mpdf": "^8.1",
  39. "alibabacloud/dysmsapi-20170525":"^4.3",
  40. "topthink/think-migration": "^3.1"
  41. },
  42. "require-dev": {
  43. "symfony/var-dumper": "^6.0",
  44. "topthink/think-trace":"^1.6"
  45. },
  46. "autoload": {
  47. "psr-4": {
  48. "app\\": "app"
  49. },
  50. "psr-0": {
  51. "": "extend/"
  52. }
  53. },
  54. "config": {
  55. "preferred-install": "dist"
  56. },
  57. "scripts": {
  58. "post-autoload-dump": [
  59. "@php think service:discover",
  60. "@php think vendor:publish"
  61. ]
  62. },
  63. "repositories": {
  64. "packagist": {
  65. "type": "composer",
  66. "url": "https://mirrors.tencent.com/composer/"
  67. }
  68. }
  69. }