From a1fde37813bb74a584c48e8f69c22331ec6f400a Mon Sep 17 00:00:00 2001 From: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> Date: Thu, 10 Feb 2022 19:45:44 +0100 Subject: [PATCH] use a higher min version of testbench v6 --- composer.json | 2 +- tests/laravel-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4f31ab5..8728941 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "illuminate/support": "^6.0 || ^8.0", "illuminate/view": "^6.0 || ^8.0", "vimeo/psalm": "^4.8.1", - "orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.22 || ^7.0", "barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2" }, "require-dev": { diff --git a/tests/laravel-test.sh b/tests/laravel-test.sh index 5ed046c..0d7dbda 100755 --- a/tests/laravel-test.sh +++ b/tests/laravel-test.sh @@ -34,7 +34,7 @@ echo "Preparing Laravel" echo "Adding package from source" sed -e 's|"type": "project",|&"repositories": [ { "type": "path", "url": "../psalm-plugin-laravel" } ],|' 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