From 1fe408000d562ede7ab7fb5711b8a96d86e2e5a7 Mon Sep 17 00:00:00 2001 From: Yunus Emre Nalbant Date: Wed, 26 Jun 2024 14:07:44 +0300 Subject: [PATCH] update composer.json --- .github/workflows/run-tests.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2b85aad..08100c8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -38,8 +38,8 @@ jobs: php: 8.0 - laravel: 11.* php: 8.1 - - laravel: 9.* - php: 8.3 + - laravel: 9.* + php: 8.3 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 619bc60..d574fac 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "laravel/pint": "^1.16.1", "nunomaduro/collision": "^6.4|^8.0", - "nunomaduro/larastan": "^2.4", + "nunomaduro/larastan": "^2.9.7", "orchestra/testbench": "^7.21|^8.0|^9.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan-deprecation-rules": "^1.1.1",