mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
{
|
|
"main" : "psalm",
|
|
"output" : "bin/psalm.phar",
|
|
"directories" : [
|
|
"assets",
|
|
"src",
|
|
"vendor"
|
|
],
|
|
"files" : [
|
|
"composer.json",
|
|
"composer.lock",
|
|
"config.xsd"
|
|
],
|
|
"intercept" : false,
|
|
"compactors" : [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
],
|
|
"chmod" : "0755",
|
|
"compression": "GZ"
|
|
}
|