Skip to content

Commit e3d097c

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 083ff46 commit e3d097c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer-unused.php

Lines changed: 1 addition & 2 deletions
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)