mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
{
|
|
"output" : "build/psalm.phar",
|
|
"files": [
|
|
"psalm"
|
|
],
|
|
"files-bin": ["config.xsd"],
|
|
"directories-bin" : [
|
|
"assets",
|
|
"dictionaries",
|
|
"docs/running_psalm/issues",
|
|
"stubs"
|
|
],
|
|
"compactors" : [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
]
|
|
}
|