1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/box.json.dist
Brown e15b86db7e Revert "Reduce size of generated Phar"
This reverts commit bde73545884cf0fa0d9156d1037fef205d36e379.
2019-04-29 19:14:37 -04:00

15 lines
331 B
Plaintext

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