Mirfalah sendmail swift transport implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }