Skip to content

Commit 4a4266b

Browse files
committed
chore: remove "NamedFilter(userProvided: true, string: codeigniter4/framework)"
::warning file=/home/runner/work/playground/playground/composer.json,line=0,col=0::"NamedFilter(userProvided: true, string: codeigniter4/framework)" exclusion is a zombie
1 parent 432e631 commit 4a4266b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer-unused.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
use ComposerUnused\ComposerUnused\Configuration\NamedFilter;
77

88
return static function (Configuration $config): Configuration {
9-
return $config
10-
->addNamedFilter(NamedFilter::fromString('codeigniter4/framework'));
9+
return $config;
1110
};

0 commit comments

Comments
 (0)