Skip to content

Commit c4cf666

Browse files
[Mailer] conflict with symfony/sendgrid-mailer < 4.4
1 parent 7f034ad commit c4cf666

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"symfony/postmark-mailer": "^4.4|^5.0",
3333
"symfony/sendgrid-mailer": "^4.4|^5.0"
3434
},
35+
"conflict": {
36+
"symfony/sendgrid-mailer": "<4.4"
37+
},
3538
"autoload": {
3639
"psr-4": { "Symfony\\Component\\Mailer\\": "" },
3740
"exclude-from-classmap": [

0 commit comments

Comments
 (0)