1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/assets/psalm-phar/composer.json
Barney Laurance 5e9045306a Remove references to deleted scripts in psalm/phar composer.json (#2514)
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
2019-12-27 15:56:33 -05:00

13 lines
191 B
JSON

{
"name": "psalm/phar",
"description": "Composer-based Psalm Phar",
"license": ["MIT"],
"require": {
"php": "^7.1"
},
"conflict": {
"vimeo/psalm" : "*"
},
"bin": ["psalm.phar"]
}