Skip to content

Commit

Permalink
Fix unused workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Jul 29, 2022
1 parent f517674 commit 429f673
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer-unused.php
Expand Up @@ -8,9 +8,7 @@
use Webmozart\Glob\Glob;

return static fn (Configuration $config): Configuration => $config
->addNamedFilter(NamedFilter::fromString('components/jquery'))
->addNamedFilter(NamedFilter::fromString('tatter/assets'))
->addNamedFilter(NamedFilter::fromString('twbs/bootstrap'))
->addNamedFilter(NamedFilter::fromString('tatter/frontend'))
->setAdditionalFilesFor('codeigniter4/framework', [
...Glob::glob(__DIR__ . '/vendor/codeigniter4/framework/system/Helpers/*.php'),
]);

0 comments on commit 429f673

Please sign in to comment.