Skip to content

Commit

Permalink
[chore] Set disableExtensionsAnalysis() on composer dependency analys…
Browse files Browse the repository at this point in the history
…er due to composer-dependency-analyser:^1.8 (#6449)

* Set disableExtensionsAnalysis() on composer dependency analyser

* Set disableExtensionsAnalysis() on composer dependency analyser
  • Loading branch information
samsonasik authored Nov 18, 2024
1 parent ecf8aad commit 37226f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@
__DIR__ . '/stubs',
__DIR__ . '/tests',
__DIR__ . '/rules-tests',
], [ErrorType::UNKNOWN_CLASS]);
], [ErrorType::UNKNOWN_CLASS])

->disableExtensionsAnalysis();
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rector/release-notes-generator": "^0.3.0",
"rector/swiss-knife": "^0.2.16",
"rector/type-perfect": "^1.0",
"shipmonk/composer-dependency-analyser": "^1.7",
"shipmonk/composer-dependency-analyser": "^1.8",
"symplify/easy-coding-standard": "^12.3",
"symplify/phpstan-extensions": "^11.4",
"symplify/phpstan-rules": "^13.0",
Expand Down

0 comments on commit 37226f1

Please sign in to comment.