1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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": "vcs",
- "url": "https://git.mirfalah.my/mirfalah-tech/sendmail-swift-transport.git"
- }
- ],
- "extra": {
- "laravel": {
- "providers": [
- "MirfalahTech\\Laravel\\Mail\\MirfalahSendmailServiceProvider"
- ]
- }
- }
- }
|