From 4635f1e52bad771dc66ee07e838021a5d8292927 Mon Sep 17 00:00:00 2001 From: Claudio Dekker Date: Wed, 11 Dec 2024 18:33:13 +0100 Subject: [PATCH] WIP --- .github/workflows/tests.yml | 4 +--- composer.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98fae83..8c20d16 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,9 +45,7 @@ jobs: with: timeout_minutes: 5 max_attempts: 5 - command: | - composer require "laravel/framework:^${{ matrix.laravel }}" --no-interaction --no-update - composer update --prefer-dist --no-interaction --no-progress --prefer-stable + command: composer update --prefer-dist --no-interaction --no-progress --prefer-stable - name: Execute tests run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index 7afef49..d307a28 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "illuminate/support": "^8.83|^9.33|^10.0|^11.3" }, "require-dev": { - "nunomaduro/larastan": "^2.0", + "nunomaduro/larastan": "^1.0|^2.0", "orchestra/testbench": "^6.0|^7.0|^8.2|^9.0", "phpunit/phpunit": "^9.5.10|^10.1|^11.3.6", "roave/security-advisories": "dev-latest"