1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

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.
This commit is contained in:
Lukas Bestle 2021-01-03 17:54:52 +01:00 committed by Daniil Gentili
parent c58f5603c3
commit 27f3331a81
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -9,7 +9,12 @@
"src/psalm-refactor.php" "src/psalm-refactor.php"
], ],
"files-bin": ["config.xsd"], "files-bin": ["config.xsd"],
"directories-bin" : ["assets", "dictionaries", "stubs"], "directories-bin" : [
"assets",
"dictionaries",
"docs/running_psalm/issues",
"stubs"
],
"compactors" : [ "compactors" : [
"KevinGH\\Box\\Compactor\\PhpScoper" "KevinGH\\Box\\Compactor\\PhpScoper"
] ]