Skip to content

Commit 9bd43df

Browse files
chore(ci): drop redundant composer-unused filter for deployer/deployer
1 parent 3c323b9 commit 9bd43df

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer-unused.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
use ComposerUnused\ComposerUnused\Configuration\NamedFilter;
77

88
return static function (Configuration $config): Configuration {
9-
// These packages are consumed via Deployer's recipe loading mechanism,
10-
// not through PHP `use`/autoload, so composer-unused cannot detect them.
9+
// deployer-extended is consumed via Deployer's recipe loading mechanism,
10+
// not through PHP `use`/autoload, so composer-unused cannot detect it.
1111
return $config
12-
->addNamedFilter(NamedFilter::fromString('deployer/deployer'))
1312
->addNamedFilter(NamedFilter::fromString('sourcebroker/deployer-extended'));
1413
};

0 commit comments

Comments
 (0)