Skip to content

Commit

Permalink
update all dependencies (#98)
Browse files Browse the repository at this point in the history
* update all dependencies

* fix phpstan and update phpstan-baseline

* update composer-dependency-analyser

add exclude for ext-dom
  • Loading branch information
gennadigennadigennadi authored Dec 15, 2024
1 parent 67cd3a7 commit b1e797f
Show file tree
Hide file tree
Showing 5 changed files with 1,694 additions and 1,650 deletions.
1 change: 1 addition & 0 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@

return $config
->addPathToScan(__DIR__ . '/bin/deptrac', isDev: false)
->ignoreErrorsOnExtension('ext-dom', [ErrorType::SHADOW_DEPENDENCY])
->ignoreErrorsOnPath(__DIR__ . '/tests', [ErrorType::UNKNOWN_CLASS, ErrorType::UNKNOWN_FUNCTION]); // keep ability to test invalid symbols
Loading

0 comments on commit b1e797f

Please sign in to comment.