mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
23 lines
528 B
Plaintext
23 lines
528 B
Plaintext
{
|
|
"output" : "build/psalm.phar",
|
|
"files": [
|
|
"psalm",
|
|
"build/phar-versions.php"
|
|
],
|
|
"map": [
|
|
{"build/phar-versions.php" : "phar-versions.php"}
|
|
],
|
|
"alias": "psalm_phar",
|
|
"timestamp": "2020-10-20T10:01:11+00:00",
|
|
"files-bin": ["config.xsd", "vendor-bin/box/composer.lock"],
|
|
"directories-bin" : [
|
|
"assets",
|
|
"dictionaries",
|
|
"docs/running_psalm/issues",
|
|
"stubs"
|
|
],
|
|
"compactors" : [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
]
|
|
}
|