Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d7ff0c

Browse files
minor #47113 [Mailer] restrict Mime component to compatible versions (xabbuh)
This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] restrict Mime component to compatible versions | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- b4f468b restrict Mime component to compatible versions
2 parents 03bacb3 + 2f1160a commit 9d7ff0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
],
2222
"require": {
2323
"php": ">=8.1",
24-
"symfony/mailer": "^6.1"
24+
"symfony/mailer": "^6.1",
25+
"symfony/mime": "^5.4.11|~6.0.11|^6.1.3"
2526
},
2627
"require-dev": {
2728
"symfony/http-client": "^6.1"

0 commit comments

Comments
 (0)