1
0
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:
Bruce Weirdan 2018-11-12 22:48:08 +02:00 committed by Matthew Brown
parent 7cc472c2f1
commit 563eb3183b

View File

@ -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",