Skip to content

Commit 8a501b8

Browse files
committed
composer-dependency-analyser ignores fix.
1 parent 3882b06 commit 8a501b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer-dependency-analyser.php

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
if ($root) {
3232
$config
33+
->ignoreErrorsOnPackage('larastan/larastan', [ErrorType::UNUSED_DEPENDENCY])
3334
->ignoreErrorsOnPackage('phpstan/phpstan-mockery', [ErrorType::UNUSED_DEPENDENCY])
3435
->ignoreErrorsOnPackage('phpstan/phpstan-phpunit', [ErrorType::UNUSED_DEPENDENCY])
3536
->ignoreErrorsOnPackage('phpstan/phpstan-strict-rules', [ErrorType::UNUSED_DEPENDENCY])

0 commit comments

Comments
 (0)