Skip to content

Commit

Permalink
composer-dependency-analyser: update to 1.5.0 (support functions)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Apr 11, 2024
1 parent 4540880 commit 3a564c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

return $config
->addPathToScan(__DIR__ . '/bin/deptrac', isDev: false)
->ignoreErrorsOnPath(__DIR__ . '/tests', [ErrorType::UNKNOWN_CLASS]); // keep ability to test invalid symbols
->ignoreErrorsOnPath(__DIR__ . '/tests', [ErrorType::UNKNOWN_CLASS, ErrorType::UNKNOWN_FUNCTION]); // keep ability to test invalid symbols
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"phpunit/phpunit": "^10.2",
"rector/rector": "^0.15.17",
"roave/infection-static-analysis-plugin": "^1.28",
"shipmonk/composer-dependency-analyser": "^1.2",
"shipmonk/composer-dependency-analyser": "^1.5",
"symfony/stopwatch": "^6.4",
"vimeo/psalm": "^5.13"
}
Expand Down
18 changes: 10 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a564c2

Please sign in to comment.