Skip to content

Commit

Permalink
Fix dep errors
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 17, 2024
1 parent 137dab4 commit 4ef796e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->ignoreErrorsOnPackage('setono/client-bundle', [ErrorType::DEV_DEPENDENCY_IN_PROD])
->ignoreErrorsOnPackage('symfony/validator', [ErrorType::UNUSED_DEPENDENCY])
->ignoreUnknownClasses([\Setono\ClientBundle\Context\ClientContextInterface::class])
;

0 comments on commit 4ef796e

Please sign in to comment.