mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Mark psalm-plugin as a cli binary
So that it's available in `vendor/bin`
This commit is contained in:
parent
7cc472c2f1
commit
563eb3183b
@ -25,7 +25,7 @@
|
||||
"webmozart/path-util": "^2.3",
|
||||
"symfony/console": "^3.0||^4.0"
|
||||
},
|
||||
"bin": ["psalm", "psalter", "psalm-language-server"],
|
||||
"bin": ["psalm", "psalter", "psalm-language-server", "psalm-plugin"],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psalm\\Plugin\\": "src/Psalm/Plugin",
|
||||
|
Loading…
Reference in New Issue
Block a user