Skip to content

Commit 083ff46

Browse files
committed
chore: remove "NamedFilter(userProvided: true, string: php)"
::warning file=/home/runner/work/playground/playground/composer.json,line=0,col=0::"NamedFilter(userProvided: true, string: codeigniter4/framework)" exclusion is a zombie Warning: "NamedFilter(userProvided: true, string: php)" exclusion is a zombie Error: Process completed with exit code 1.
1 parent 578a59f commit 083ff46

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
@@ -7,6 +7,5 @@
77

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

0 commit comments

Comments
 (0)