Skip to content

Commit d9a8a05

Browse files
committed
bug #40481 make async-ses required (jderusse)
This PR was merged into the 5.2 branch. Discussion ---------- make async-ses required | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #40480 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> AWS S3 signature is not supported anymore, which mean the old "raw HTTP" implementation does not work anymore, and only the implementation that use "async-aws" works. This PR move "async-aws" to the "requires" section in order to fix that. Commits ------- 7904d08 Make async-ses required
2 parents 5b878a2 + 7904d08 commit d9a8a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mailer/Bridge/Amazon/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20+
"async-aws/ses": "^1.0",
2021
"symfony/deprecation-contracts": "^2.1",
2122
"symfony/mailer": "^4.4.21|^5.2.6"
2223
},
2324
"require-dev": {
24-
"async-aws/ses": "^1.0",
2525
"symfony/http-client": "^4.4|^5.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)