phpstan/phpstan-shim

Sign phar file in separate file

eclipxe13 opened this issue · 3 comments

Please consider adding a detached signature to the phpstan.phar releases, so the validity of the release phar can also be verified. This would also allow installing phpstan via phive.

Hi,
I've been looking into https://phar.io and it looks like any installable tool has to be added manually so in order for phive install phpstan to work I have to contact the authors. Is that right?

I added the asc signature to the releases over at phpstan/phpstan and sent a PR to Phive: phar-io/phar.io#23