您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "yiisoft/yii2-swiftmailer",
  3. "description": "The SwiftMailer integration for the Yii framework",
  4. "keywords": ["yii2", "swift", "swiftmailer", "mail", "email", "mailer"],
  5. "type": "yii2-extension",
  6. "license": "BSD-3-Clause",
  7. "support": {
  8. "issues": "https://github.com/yiisoft/yii2-swiftmailer/issues",
  9. "forum": "http://www.yiiframework.com/forum/",
  10. "wiki": "http://www.yiiframework.com/wiki/",
  11. "irc": "irc://irc.freenode.net/yii",
  12. "source": "https://github.com/yiisoft/yii2-swiftmailer"
  13. },
  14. "authors": [
  15. {
  16. "name": "Paul Klimov",
  17. "email": "klimov.paul@gmail.com"
  18. }
  19. ],
  20. "require": {
  21. "yiisoft/yii2": "~2.0.4",
  22. "swiftmailer/swiftmailer": "~5.0"
  23. },
  24. "autoload": {
  25. "psr-4": { "yii\\swiftmailer\\": "" }
  26. },
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "2.0.x-dev"
  30. }
  31. }
  32. }