composer.json 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "smusatov/unione",
  3. "type": "library",
  4. "description": "API UniOne",
  5. "keywords": [
  6. "php",
  7. "api",
  8. "client",
  9. "email",
  10. "mail",
  11. "email service",
  12. "mail service",
  13. "unione",
  14. "unione.ru",
  15. "unione.io"
  16. ],
  17. "license": "MIT",
  18. "authors": [
  19. {
  20. "name": "S.Musatov",
  21. "email": "akapulse@yandex.ru",
  22. "homepage": "https://gitlab.com/SMusatov",
  23. "role": "developer"
  24. }
  25. ],
  26. "support": {
  27. "email": "akapulse@yandex.ru",
  28. "issues": "https://gitlab.com/SMusatov/UniOne/-/issues"
  29. },
  30. "config": {
  31. "optimize-autoloader": true,
  32. "sort-packages": true
  33. },
  34. "require": {
  35. "php": ">=7.4",
  36. "ext-json": "*",
  37. "ext-mbstring": "*",
  38. "guzzlehttp/guzzle": "^7.3"
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "SMusatov\\UniOne\\": "src/"
  43. }
  44. }
  45. }