mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
27f3331a81
The SARIF report uses the Markdown files inside `docs/running_psalm/issues` for its output, so the files should be included in the PHAR.
22 lines
489 B
Plaintext
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"
|
|
]
|
|
}
|