Skip to content

Commit

Permalink
Fix dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Dec 20, 2024
1 parent 101d08a commit 8219a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->ignoreErrorsOnPackage('fakerphp/faker', [ErrorType::SHADOW_DEPENDENCY])
->ignoreErrorsOnPackage('psr/clock-implementation', [ErrorType::UNUSED_DEPENDENCY])
->ignoreErrorsOnPackage('symfony/clock', [ErrorType::UNUSED_DEPENDENCY])
;

0 comments on commit 8219a6d

Please sign in to comment.