|
29 | 29 | "psr/container": "^1.1.1|^2.0.1",
|
30 | 30 | "psr/simple-cache": "^1.0",
|
31 | 31 | "ramsey/uuid": "^4.0",
|
32 |
| - "swiftmailer/swiftmailer": "^6.2.7", |
33 | 32 | "symfony/console": "^6.0",
|
34 | 33 | "symfony/error-handler": "^6.0",
|
35 | 34 | "symfony/finder": "^6.0",
|
36 | 35 | "symfony/http-foundation": "^6.0",
|
37 | 36 | "symfony/http-kernel": "^6.0",
|
| 37 | + "symfony/mailer": "^6.0", |
38 | 38 | "symfony/mime": "^6.0",
|
39 | 39 | "symfony/process": "^6.0",
|
40 | 40 | "symfony/routing": "^6.0",
|
|
136 | 136 | "ext-pcntl": "Required to use all features of the queue worker.",
|
137 | 137 | "ext-posix": "Required to use all features of the queue worker.",
|
138 | 138 | "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
|
139 |
| - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.189.0).", |
| 139 | + "aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.189.0).", |
140 | 140 | "brianium/paratest": "Required to run tests in parallel (^6.0).",
|
141 | 141 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.12|^3.0).",
|
142 | 142 | "filp/whoops": "Required for friendly error pages in development (^2.8).",
|
143 | 143 | "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
|
144 |
| - "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).", |
145 | 145 | "laravel/tinker": "Required to use the tinker console command (^2.0).",
|
146 | 146 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^2.0).",
|
147 | 147 | "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^2.0).",
|
|
153 | 153 | "predis/predis": "Required to use the predis connector (^1.1.2).",
|
154 | 154 | "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
155 | 155 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^5.0|^6.0).",
|
| 156 | + "symfony/amazon-mailer": "Required to enable support for the SES mail transport (^6.0).", |
156 | 157 | "symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
|
157 | 158 | "symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
|
158 |
| - "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).", |
159 |
| - "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." |
| 159 | + "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).", |
| 160 | + "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).", |
| 161 | + "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).", |
| 162 | + "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." |
160 | 163 | },
|
161 | 164 | "config": {
|
162 | 165 | "sort-packages": true
|
|
0 commit comments