mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
21 lines
423 B
Plaintext
21 lines
423 B
Plaintext
{
|
|
"output" : "build/psalm.phar",
|
|
"files": [
|
|
"psalm",
|
|
"build/phar-versions.php"
|
|
],
|
|
"map": [
|
|
{"build/phar-versions.php" : "phar-versions.php"}
|
|
],
|
|
"files-bin": ["config.xsd"],
|
|
"directories-bin" : [
|
|
"assets",
|
|
"dictionaries",
|
|
"docs/running_psalm/issues",
|
|
"stubs"
|
|
],
|
|
"compactors" : [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
]
|
|
}
|