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 498B

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