-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #460 from lcobucci/add-known-unused-package
Add known unused package
- Loading branch information
Showing
6 changed files
with
338 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
/composer.lock export-ignore | ||
/mkdocs.yml export-ignore | ||
/Makefile export-ignore | ||
/composer-unused.php export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
declare(strict_types=1); | ||
|
||
use ComposerUnused\ComposerUnused\Configuration\Configuration; | ||
use ComposerUnused\ComposerUnused\Configuration\NamedFilter; | ||
|
||
return static fn(Configuration $config): Configuration => $config | ||
->addNamedFilter(NamedFilter::fromString('symfony/expression-language')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.