控制台应用,yzncms本身基于tp5.1框架,里面的队列用不了,bug,坑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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": ">=7.2",
  20. "topthink/think-image": "^1.0",
  21. "guzzlehttp/guzzle": "^7.8",
  22. "overtrue/pinyin": "~4.0",
  23. "yansongda/pay": "^2.7",
  24. "endroid/qr-code": "^3.9.6",
  25. "nelexa/zip": "^3.3",
  26. "yzncms/think-helper": "^3.1",
  27. "yzncms/think-captcha": "^2.0",
  28. "yzncms/framework": "^5.1",
  29. "yzncms/think-addons": "~1.1.0"
  30. },
  31. "autoload": {
  32. "psr-4": {
  33. "app\\": "application"
  34. }
  35. },
  36. "extra": {
  37. "think-path": "thinkphp"
  38. },
  39. "config": {
  40. "preferred-install": "dist",
  41. "allow-plugins": {
  42. "yzncms/think-installer": true
  43. }
  44. }
  45. }