tp6混合easyswoole DLL 多应用模式 修改版
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.

49 lines
1.1 KiB

5 years ago
  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. "name": "yunwuxin",
  19. "email": "448901948@qq.com"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=7.1.0",
  24. "topthink/framework": "^6.0.0",
  25. "topthink/think-orm": "^2.0",
  26. "topthink/think-multi-app": "^1.0"
  27. },
  28. "require-dev": {
  29. "symfony/var-dumper": "^4.2",
  30. "topthink/think-trace":"^1.0"
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "app\\": "app"
  35. },
  36. "psr-0": {
  37. "": "extend/"
  38. }
  39. },
  40. "config": {
  41. "preferred-install": "dist"
  42. },
  43. "scripts": {
  44. "post-autoload-dump": [
  45. "@php think service:discover",
  46. "@php think vendor:publish"
  47. ]
  48. }
  49. }