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
https://github.com/psalm/phar/issues/1 is fixed
I'm guessing there's no difference between the two which means one needs 7.1 and the other only needs 7.0
Co-Authored-By: Bruce Weirdan <weirdan@gmail.com>
Previously a user of the phar distribution would have to invoke psalm as
`vendor/bin/psalm.phar`. This is different to the command given in
the psalm documentation, `vendor/bin/psalm`
I also copied all files from the psalm/phar repo into
assets/psalm-phar, so that development can be concentrated in this repo.
The travis-deploy-phar.sh should copy any changes made back into the
psalm/phar.git repo.