Skip to content

Commit

Permalink
chore: remove "NamedFilter(userProvided: true, string: php)"
Browse files Browse the repository at this point in the history
::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.
  • Loading branch information
kenjis committed Jul 2, 2024
1 parent 9ed0f5e commit 432e631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer-unused.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@

return static function (Configuration $config): Configuration {
return $config
->addNamedFilter(NamedFilter::fromString('codeigniter4/framework'))
->addNamedFilter(NamedFilter::fromString('php'));
->addNamedFilter(NamedFilter::fromString('codeigniter4/framework'));
};

0 comments on commit 432e631

Please sign in to comment.