composer.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "hyperf/utils",
  3. "description": "A tools package that could help developer solved the problem quickly.",
  4. "license": "MIT",
  5. "keywords": [
  6. "php",
  7. "swoole",
  8. "hyperf",
  9. "utils"
  10. ],
  11. "homepage": "https://hyperf.io",
  12. "support": {
  13. "docs": "https://hyperf.wiki",
  14. "issues": "https://github.com/hyperf/hyperf/issues",
  15. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  16. "source": "https://github.com/hyperf/hyperf"
  17. },
  18. "require": {
  19. "php": ">=8.1",
  20. "doctrine/inflector": "^2.0",
  21. "hyperf/code-parser": "~3.1.0",
  22. "hyperf/codec": "~3.1.0",
  23. "hyperf/collection": "~3.1.0",
  24. "hyperf/context": "~3.1.0",
  25. "hyperf/contract": "~3.1.0",
  26. "hyperf/coordinator": "~3.1.0",
  27. "hyperf/coroutine": "~3.1.0",
  28. "hyperf/engine": "^2.0",
  29. "hyperf/macroable": "~3.1.0",
  30. "hyperf/serializer": "~3.1.0",
  31. "hyperf/stringable": "~3.1.0",
  32. "hyperf/support": "~3.1.0"
  33. },
  34. "config": {
  35. "sort-packages": true
  36. },
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "3.1-dev"
  40. }
  41. }
  42. }