[Mailer] conflict with symfony/sendgrid-mailer < 4.4

This commit is contained in:
Nicolas Grekas 2019-08-19 13:44:21 +02:00
parent a0c1570915
commit 034c06e181

View File

@ -32,6 +32,9 @@
"symfony/postmark-mailer": "^4.4|^5.0", "symfony/postmark-mailer": "^4.4|^5.0",
"symfony/sendgrid-mailer": "^4.4|^5.0" "symfony/sendgrid-mailer": "^4.4|^5.0"
}, },
"conflict": {
"symfony/sendgrid-mailer": "<4.4"
},
"autoload": { "autoload": {
"psr-4": { "Symfony\\Component\\Mailer\\": "" }, "psr-4": { "Symfony\\Component\\Mailer\\": "" },
"exclude-from-classmap": [ "exclude-from-classmap": [