From 569af4aaae10fbfc3a8fd35e1803982936199a86 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Sun, 24 Jan 2021 14:42:36 -0500 Subject: [PATCH] Fix composer location --- bin/test-with-real-projects.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 1a4c65c73..5b4a2c575 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -26,7 +26,8 @@ collections) proxymanager) git clone git@github.com:muglug/ProxyManager.git cd ProxyManager - php -dextension=intl.so composer install + whereis composer + php -dextension=intl.so /usr/local/bin/composer install ~/project/psalm --monochrome ;;