Skip to content

Commit 8219a6d

Browse files
committed
Fix dep issues
1 parent 101d08a commit 8219a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer-dependency-analyser.php

+2
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
return (new Configuration())
77
->addPathToExclude(__DIR__ . '/tests')
88
->ignoreErrorsOnPackage('fakerphp/faker', [ErrorType::SHADOW_DEPENDENCY])
9+
->ignoreErrorsOnPackage('psr/clock-implementation', [ErrorType::UNUSED_DEPENDENCY])
10+
->ignoreErrorsOnPackage('symfony/clock', [ErrorType::UNUSED_DEPENDENCY])
911
;

0 commit comments

Comments
 (0)