|
90 | 90 | "pda/pheanstalk": "^4.0", |
91 | 91 | "phpunit/phpunit": "^9.4", |
92 | 92 | "predis/predis": "^1.1.2", |
| 93 | + "symfony/amazon-mailer": "^6.0", |
93 | 94 | "symfony/cache": "^6.0", |
94 | 95 | "symfony/mailgun-mailer": "^6.0", |
95 | 96 | "symfony/postmark-mailer": "^6.0" |
|
136 | 137 | "ext-pcntl": "Required to use all features of the queue worker.", |
137 | 138 | "ext-posix": "Required to use all features of the queue worker.", |
138 | 139 | "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).", |
| 140 | + "aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.189.0).", |
140 | 141 | "brianium/paratest": "Required to run tests in parallel (^6.0).", |
141 | 142 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.12|^3.0).", |
142 | 143 | "filp/whoops": "Required for friendly error pages in development (^2.8).", |
|
153 | 154 | "predis/predis": "Required to use the predis connector (^1.1.2).", |
154 | 155 | "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", |
155 | 156 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^5.0|^6.0).", |
| 157 | + "symfony/amazon-mailer": "Required to enable support for the SES mail transport (^6.0).", |
156 | 158 | "symfony/cache": "Required to PSR-6 cache bridge (^6.0).", |
157 | 159 | "symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).", |
158 | | - "symfony/http-client": "Required to enable support for the Mailgun mail transport (^6.0).", |
| 160 | + "symfony/http-client": "Required to enable support for the Symfony mail transports (^6.0).", |
159 | 161 | "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).", |
160 | 162 | "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).", |
161 | 163 | "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." |
|
0 commit comments