From 8eb31cc932d38a1bbcc47322d6a245b9d8c4868b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Wed, 10 Aug 2022 00:26:31 +0200 Subject: [PATCH] Ignore false-positive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some weird reason this package is marked as unused but we definitely have references to it. More info: https://github.com/composer-unused/composer-unused/issues/326 Signed-off-by: Luís Cobucci --- composer-unused.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 composer-unused.php diff --git a/composer-unused.php b/composer-unused.php new file mode 100644 index 00000000..5c21bf48 --- /dev/null +++ b/composer-unused.php @@ -0,0 +1,9 @@ + $config + ->addNamedFilter(NamedFilter::fromString('ext-json')) // this is a false-positive + ->addNamedFilter(NamedFilter::fromString('psr/http-server-middleware ')); // this is a false-positive