1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/box.json.dist
Lukas Bestle 0397564f6b
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.
2021-01-03 16:54:52 +00:00

22 lines
489 B
Plaintext

{
"output" : "build/psalm.phar",
"files": [
"src/command_functions.php",
"src/psalm.php",
"src/psalter.php",
"src/psalm-language-server.php",
"src/psalm_plugin.php",
"src/psalm-refactor.php"
],
"files-bin": ["config.xsd"],
"directories-bin" : [
"assets",
"dictionaries",
"docs/running_psalm/issues",
"stubs"
],
"compactors" : [
"KevinGH\\Box\\Compactor\\PhpScoper"
]
}