We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c323b9 commit 9bd43dfCopy full SHA for 9bd43df
1 file changed
composer-unused.php
@@ -6,9 +6,8 @@
6
use ComposerUnused\ComposerUnused\Configuration\NamedFilter;
7
8
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.
+ // deployer-extended is consumed via Deployer's recipe loading mechanism,
+ // not through PHP `use`/autoload, so composer-unused cannot detect it.
11
return $config
12
- ->addNamedFilter(NamedFilter::fromString('deployer/deployer'))
13
->addNamedFilter(NamedFilter::fromString('sourcebroker/deployer-extended'));
14
};
0 commit comments