1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/assets/psalm-phar/composer.json
Barney Laurance eecd21a7d5 Add executable PHP files to PHAR distribution
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.
2019-06-07 06:52:07 -04:00

10 lines
211 B
JSON

{
"name": "psalm/phar",
"description": "Composer-based Psalm Phar",
"license": ["MIT"],
"require": {
"php": "^7.0"
},
"bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"]
}