From 5cada581e73ae7ba50119170f748f894827fd974 Mon Sep 17 00:00:00 2001 From: Barney Laurance Date: Fri, 27 Dec 2019 15:27:11 +0000 Subject: [PATCH] Remove references to deleted scripts in psalm/phar composer.json 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 --- assets/psalm-phar/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/psalm-phar/composer.json b/assets/psalm-phar/composer.json index 56c67365841..c3fde166c08 100644 --- a/assets/psalm-phar/composer.json +++ b/assets/psalm-phar/composer.json @@ -8,5 +8,5 @@ "conflict": { "vimeo/psalm" : "*" }, - "bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"] + "bin": ["psalm.phar"] }