Skip to content

Commit

Permalink
Add symfony components in white list.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 13, 2024
1 parent 59e21ce commit 523c380
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"symbol-whitelist": [
"Symfony\\Component\\Mailer\\Bridge\\Amazon\\Transport\\SesTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Google\\Transport\\GmailTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Infobip\\Transport\\InfobipTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Mailchimp\\Transport\\MandrillTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Mailgun\\Transport\\MailgunTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Mailjet\\Transport\\MailjetTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\OhMySmtp\\Transport\\OhMySmtpTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Postmark\\Transport\\PostmarkTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Sendgrid\\Transport\\SendgridTransportFactory",
"Symfony\\Component\\Mailer\\Bridge\\Sendinblue\\Transport\\SendinblueTransportFactory",
"yii\\psr\\DynamicLogger"
]
}

0 comments on commit 523c380

Please sign in to comment.