Skip to content

Commit 4c0135c

Browse files
committed
fix constraints
1 parent d283e72 commit 4c0135c

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)