{ "name": "mirfalah/laravel-swift", "description": "Service provider for laravel which provide Mirfalah Swift_Transport implementation", "type": "library", "homepage": "https://git.mirfalah.my/mirfalah-tech/laravel-swift.git", "readme": "README.md", "require": { "php": ">=7.2", "illuminate/mail": ">=5 <7", "illuminate/support": ">=5 <7", "mirfalah/sendmail-swift-transport": "^1.0" }, "license": "Mirfalah-Tech", "authors": [ { "name": "Eng Shun", "email": "engshun@mirfalah.my" } ], "autoload": { "psr-4": { "MirfalahTech\\Laravel\\Mail\\": "src/" } }, "repositories": [ { "type": "composer", "url": "https://composer.mirfalah.my" } ], "extra": { "laravel": { "providers": [ "MirfalahTech\\Laravel\\Mail\\MirfalahSendmailServiceProvider" ] } } }