Skip to content

Commit

Permalink
Remove references to deleted scripts in psalm/phar composer.json
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bdsl committed Dec 27, 2019
1 parent 2f2cd85 commit 5cada58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/psalm-phar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"conflict": {
"vimeo/psalm" : "*"
},
"bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"]
"bin": ["psalm.phar"]
}

0 comments on commit 5cada58

Please sign in to comment.