From 93d26693bc40dc63cec82327a16b6da8c723664d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pudil?= Date: Mon, 11 Jan 2021 13:14:46 +0100 Subject: [PATCH] support phpstan/extension-installer --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index c8afa9f..f767528 100644 --- a/composer.json +++ b/composer.json @@ -21,5 +21,10 @@ "psr-4": { "Grifart\\PhpstanOneLine\\": "src" } + }, + "extra": { + "phpstan": { + "includes": ["config.neon"] + } } }