mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
17 lines
362 B
Plaintext
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"
|
|
}
|