mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
5e9045306a
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
13 lines
191 B
JSON
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"]
|
|
}
|