mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
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
This commit is contained in:
parent
1d2fefd647
commit
5e9045306a
@ -8,5 +8,5 @@
|
||||
"conflict": {
|
||||
"vimeo/psalm" : "*"
|
||||
},
|
||||
"bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"]
|
||||
"bin": ["psalm.phar"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user