1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/box.json.dist
2018-05-15 14:30:14 -04:00

17 lines
362 B
Plaintext

{
"output" : "build/psalm.phar",
"files": [
"src/command_functions.php",
"src/psalm.php",
"src/psalter.php"
],
"files-bin": ["config.xsd"],
"directories-bin" : ["assets"],
"intercept" : false,
"compactors" : [
"KevinGH\\Box\\Compactor\\PhpScoper"
],
"chmod" : "0755",
"compression": "GZ"
}