Until a short while ago I was able to install psalm version 4.30.0 with this command:
phive install psalm@^4.30.0 --trust-gpg-keys 99BF4D9A33D65E1E
Since some time ago I get this error message:
Phive 0.16.0 - Copyright (C) 2015-2026 by Arne Blankerts, Sebastian Heuer and Contributors
[ERROR] No matching release found for psalm!
When I look up the download url and try to download it explicitly I get a different error:
$ phive install https://github.com/vimeo/psalm/releases/download/4.30.0/psalm.phar --trust-gpg-keys 99BF4D9A33D65E1E
Phive 0.16.0 - Copyright (C) 2015-2026 by Arne Blankerts, Sebastian Heuer and Contributors
[ERROR] Could not extract PHAR version from psalm
I assume that the first error is due to there being many new releases and phive maybe only checking the first 100 or so (I think I saw a log output to that effect but can not reproduce it).
Is there some way for me to download this specific version of psalm with phive?
Until a short while ago I was able to install psalm version 4.30.0 with this command:
Since some time ago I get this error message:
When I look up the download url and try to download it explicitly I get a different error:
I assume that the first error is due to there being many new releases and phive maybe only checking the first 100 or so (I think I saw a log output to that effect but can not reproduce it).
Is there some way for me to download this specific version of psalm with phive?