Skip to content

Commit 0d0bda1

Browse files
minor symfony#54647 [Mailer] fix constraints (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [Mailer] fix constraints | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 4c0135c fix constraints
2 parents d283e72 + 4c0135c commit 0d0bda1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@
2121
},
2222
"require-dev": {
2323
"symfony/http-client": "^6.4|^7.0",
24+
"symfony/http-foundation": "^7.1",
2425
"symfony/webhook": "^6.4|^7.0"
2526
},
27+
"conflict": {
28+
"symfony/http-foundation": "<7.1"
29+
},
2630
"autoload": {
2731
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Resend\\": "" },
2832
"exclude-from-classmap": [

0 commit comments

Comments
 (0)