-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename psalm.phar to psalm #1
Comments
@thePanz I hadn't seen your issue but I just made PR vimeo/psalm#1748 in the main repo to fix exactly this issue. It doesn't rename |
Great! Thanks
|
@muglug has merged the PR, so this should be fixed in the next release. |
bdsl
added a commit
to bdsl/psalm
that referenced
this issue
Jun 8, 2019
This resolves vimeo#1758 but signals that psalm/phar#1 was never really fixed.
muglug
pushed a commit
to vimeo/psalm
that referenced
this issue
Jun 8, 2019
This resolves #1758 but signals that psalm/phar#1 was never really fixed.
bdsl
added a commit
to bdsl/psalm
that referenced
this issue
Dec 27, 2019
This should stop the error messages we are seeing on installing psalm/phar: Skipped installation of bin psalm for package psalm/phar: file not found in package Skipped installation of bin psalter for package psalm/phar: file not found in package Skipped installation of bin psalm-language-server for package psalm/phar: file not found in package Skipped installation of bin psalm-plugin for package psalm/phar: file not found in package They can be put back in future if/when psalm/phar#1 is fixed
bdsl
added a commit
to bdsl/psalm
that referenced
this issue
Dec 27, 2019
This should stop the error messages we are seeing on installing psalm/phar: Skipped installation of bin psalm for package psalm/phar: file not found in package Skipped installation of bin psalter for package psalm/phar: file not found in package Skipped installation of bin psalm-language-server for package psalm/phar: file not found in package Skipped installation of bin psalm-plugin for package psalm/phar: file not found in package They can be put back in future if/when psalm/phar#1 is fixed
muglug
pushed a commit
to vimeo/psalm
that referenced
this issue
Dec 27, 2019
This should stop the error messages we are seeing on installing psalm/phar: Skipped installation of bin psalm for package psalm/phar: file not found in package Skipped installation of bin psalter for package psalm/phar: file not found in package Skipped installation of bin psalm-language-server for package psalm/phar: file not found in package Skipped installation of bin psalm-plugin for package psalm/phar: file not found in package They can be put back in future if/when psalm/phar#1 is fixed
KEINOS
added a commit
to KEINOS/TPL-PHP-HelloWorld
that referenced
this issue
Mar 15, 2020
vimeo/psalm -> ./vendor/bin/psalm psalm/phar -> ./vendor/bin/psalm.phar - REF: psalm/phar#1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: