From 563eb3183b7024335fa1adabd136ba60ebc4f2e1 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Mon, 12 Nov 2018 22:48:08 +0200 Subject: [PATCH] Mark psalm-plugin as a cli binary So that it's available in `vendor/bin` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3353aadfe..ba0ef18e7 100644 --- a/composer.json +++ b/composer.json @@ -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",