口腔客户管理系统
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

composer.json 794B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "topthink/think",
  3. "description": "the new thinkphp framework",
  4. "type": "project",
  5. "keywords": [
  6. "framework",
  7. "thinkphp",
  8. "ORM"
  9. ],
  10. "homepage": "http://thinkphp.cn/",
  11. "license": "Apache-2.0",
  12. "authors": [
  13. {
  14. "name": "liu21st",
  15. "email": "liu21st@gmail.com"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=5.6.0",
  20. "topthink/framework": "5.1.*",
  21. "firebase/php-jwt": "^6.3",
  22. "tencentcloud/tencentcloud-sdk-php": "^3.0",
  23. "phpoffice/phpspreadsheet": "^1.24"
  24. },
  25. "autoload": {
  26. "psr-4": {
  27. "app\\": "application"
  28. }
  29. },
  30. "extra": {
  31. "think-path": "thinkphp"
  32. },
  33. "config": {
  34. "preferred-install": "dist"
  35. }
  36. }