|
91 | 91 | "phpunit/phpunit": "^9.4", |
92 | 92 | "predis/predis": "^1.1.2", |
93 | 93 | "symfony/cache": "^6.0", |
94 | | - "symfony/mailgun-mailer": "^6.0" |
| 94 | + "symfony/mailgun-mailer": "^6.0", |
| 95 | + "symfony/postmark-mailer": "^6.0" |
95 | 96 | }, |
96 | 97 | "provide": { |
97 | 98 | "psr/container-implementation": "1.0" |
|
140 | 141 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.12|^3.0).", |
141 | 142 | "filp/whoops": "Required for friendly error pages in development (^2.8).", |
142 | 143 | "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", |
143 | | - "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^7.2).", |
| 144 | + "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.2).", |
144 | 145 | "laravel/tinker": "Required to use the tinker console command (^2.0).", |
145 | 146 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^2.0).", |
146 | 147 | "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^2.0).", |
|
154 | 155 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^5.0|^6.0).", |
155 | 156 | "symfony/cache": "Required to PSR-6 cache bridge (^6.0).", |
156 | 157 | "symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).", |
157 | | - "symfony/http-client": "Required to enable support for the Mailgun mail driver when using the https or api scheme (^6.0).", |
158 | | - "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail driver (^6.0).", |
159 | | - "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).", |
160 | | - "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." |
| 158 | + "symfony/http-client": "Required to enable support for the Mailgun mail transport (^6.0).", |
| 159 | + "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).", |
| 160 | + "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).", |
| 161 | + "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." |
161 | 162 | }, |
162 | 163 | "config": { |
163 | 164 | "sort-packages": true |
|
0 commit comments