Skip to content

Commit

Permalink
Add doctrine/orm as false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 29, 2022
1 parent 1f0e36d commit ddcdace
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer-unused.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

declare(strict_types=1);

use ComposerUnused\ComposerUnused\Configuration\Configuration;
use ComposerUnused\ComposerUnused\Configuration\NamedFilter;

return static function (Configuration $config): Configuration {
return $config
->addNamedFilter(NamedFilter::fromString('doctrine/orm'))
;
};

0 comments on commit ddcdace

Please sign in to comment.