phar icon indicating copy to clipboard operation
phar copied to clipboard

Rename psalm.phar to psalm

Open thePanz opened this issue 5 years ago • 3 comments

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 avatar Apr 25 '19 11:04 thePanz

@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.

bdsl avatar Jun 06 '19 23:06 bdsl

Great! Thanks

thePanz avatar Jun 07 '19 04:06 thePanz

@muglug has merged the PR, so this should be fixed in the next release.

bdsl avatar Jun 07 '19 13:06 bdsl