Mirfalah sendmail swift transport implementation
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

composer.json 611B

1234567891011121314151617181920212223
  1. {
  2. "name": "mirfalah/sendmail-swift-transport",
  3. "description": "Mirfalah Sendmail Swift_Transport implementation",
  4. "type": "library",
  5. "homepage": "https://git.mirfalah.my/mirfalah-tech/sendmail-swift-transport.git",
  6. "readme": "README.md",
  7. "require": {
  8. "swiftmailer/swiftmailer": "^6.0",
  9. "guzzlehttp/guzzle": "~6.0"
  10. },
  11. "license": "Mirfalah-Tech",
  12. "authors": [
  13. {
  14. "name": "Eng Shun",
  15. "email": "engshun@mirfalah.my"
  16. }
  17. ],
  18. "autoload": {
  19. "psr-4": {
  20. "MirfalahTech\\Swift\\": "src/"
  21. }
  22. }
  23. }