From 27f3331a814f2eba6da4b3dbeddfee11390ce0cd Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Sun, 3 Jan 2021 17:54:52 +0100 Subject: [PATCH] PHAR: Include issue docs for SARIF output (#4925) The SARIF report uses the Markdown files inside `docs/running_psalm/issues` for its output, so the files should be included in the PHAR. --- box.json.dist | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/box.json.dist b/box.json.dist index 79d859ac5..5bed336b1 100644 --- a/box.json.dist +++ b/box.json.dist @@ -9,7 +9,12 @@ "src/psalm-refactor.php" ], "files-bin": ["config.xsd"], - "directories-bin" : ["assets", "dictionaries", "stubs"], + "directories-bin" : [ + "assets", + "dictionaries", + "docs/running_psalm/issues", + "stubs" + ], "compactors" : [ "KevinGH\\Box\\Compactor\\PhpScoper" ]