psalm / phar

A place for Psalm's Phar to live in a composer-versioned setting
https://psalm.dev
24 stars 4 forks source link

Rename psalm.phar to psalm #1

Open thePanz opened 5 years ago

thePanz commented 5 years ago

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.

bdsl commented 5 years ago

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

thePanz commented 5 years ago

Great! Thanks

bdsl commented 5 years ago

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