mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
683fe2f4c6
Compatibility between `ocramius/package-versions`, `composer/package-versions-deprecated`, `composer-runtime-api` and `humbug/box` (with `humbug/scoper` further complicating things)has been always a problematic area. So instead of trying to keep up with all the changes in all of those packages, we will now bake the version data (for the packages we need) into the PHAR file itself. Fixes vimeo/psalm#7606 Fixes vimeo/psalm#5399
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"
|
|
]
|
|
}
|