From 8bf5d3f3e149cd9647efd1c4e60dc25be76fcc1b Mon Sep 17 00:00:00 2001 From: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> Date: Mon, 14 Feb 2022 22:43:44 +0100 Subject: [PATCH] require instead of update --- tests/laravel-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/laravel-test.sh b/tests/laravel-test.sh index f313d14..db6e42b 100755 --- a/tests/laravel-test.sh +++ b/tests/laravel-test.sh @@ -33,7 +33,7 @@ echo "Preparing Laravel" echo "Adding package from source" sed -e 's|"type": "project",|&"repositories": [ { "type": "path", "url": "../psalm-plugin-laravel" } ],|' -i composer.json -COMPOSER_MEMORY_LIMIT=-1 composer update --with "psalm/plugin-laravel:*" -W +COMPOSER_MEMORY_LIMIT=-1 composer require --dev "psalm/plugin-laravel:*" -W echo "Analyzing Laravel" ./vendor/bin/psalm -c ../psalm-plugin-laravel/tests/laravel-test-psalm.xml