phar
phar copied to clipboard
Rename psalm.phar to psalm
When using this package the executable phar is called vendor/bin/psalm.phar
This could lead to some confusion when the official guide is used, as it refers to vendor/bin/psalm
as the command to run.
@thePanz I hadn't seen your issue but I just made PR https://github.com/vimeo/psalm/pull/1748 in the main repo to fix exactly this issue. It doesn't rename psalm.phar
since there may now be build pipelines that require it to have that name, but it adds an executable PHP file called psalm
which requires psalm.phar
.
Great! Thanks
@muglug has merged the PR, so this should be fixed in the next release.