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.