Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 23, 2024
1 parent 90fb860 commit 9fbf135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->ignoreErrorsOnPackage('swiftmailer/swiftmailer', [ErrorType::SHADOW_DEPENDENCY])
->ignoreErrorsOnPackage('symfony/mailer', [ErrorType::SHADOW_DEPENDENCY])
->ignoreErrorsOnPackage('symfony/mime', [ErrorType::SHADOW_DEPENDENCY])
->ignoreErrorsOnPackage('symfony/twig-bridge', [ErrorType::SHADOW_DEPENDENCY])
->ignoreUnknownClasses([
\Swift_Events_SendEvent::class,
\Swift_Events_SendListener::class,
\Swift_Mailer::class,
Symfony\Component\Mailer\Event\MessageEvent::class,
Symfony\Component\Mailer\Event\SentMessageEvent::class,
Symfony\Component\Mailer\MailerInterface::class,
Expand Down

0 comments on commit 9fbf135

Please sign in to comment.