Skip to content

Commit 0fdfcb9

Browse files
author
Jeroen de Graaf
committed
Add base SF extensions to ignore list dependencies
1 parent cbab42a commit 0fdfcb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer-dependency-analyser.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
$config->ignoreErrorsOnPackage('symfony/runtime', [ErrorType::UNUSED_DEPENDENCY]);
2323
$config->ignoreErrorsOnPackage('symfony/yaml', [ErrorType::UNUSED_DEPENDENCY]);
2424

25+
$config->ignoreErrorsOnExtension('ext-ctype', [ErrorType::UNUSED_DEPENDENCY]);
26+
$config->ignoreErrorsOnExtension('ext-iconv', [ErrorType::UNUSED_DEPENDENCY]);
27+
2528
return $config;

0 commit comments

Comments
 (0)