123456789101112131415161718192021 |
- {
- "name": "mirfalah/sendmail-swift-transport",
- "description": "Mirfalah Sendmail Swift_Transport implementation",
- "type": "library",
- "require": {
- "swiftmailer/swiftmailer": "^6.0",
- "guzzlehttp/guzzle": "~6.0"
- },
- "license": "Mirfalah-Tech",
- "authors": [
- {
- "name": "Eng Shun",
- "email": "engshun@mirfalah.my"
- }
- ],
- "autoload": {
- "psr-4": {
- "MirfalahTech\\Swift\\": "src/"
- }
- }
- }
|