From e61f7f13ed8a91a170ae9ae1d1966e247db512f2 Mon Sep 17 00:00:00 2001 From: Rias Date: Fri, 17 Jun 2022 12:00:01 +0200 Subject: [PATCH] Update dependencies --- .github/workflows/run-tests.yml | 4 +--- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fd3fc05..bf38340 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,12 +13,10 @@ jobs: fail-fast: true matrix: php: [8.0, 8.1] - laravel: [8.*, 9.*] + laravel: [9.*] include: - laravel: 9.* testbench: 7.* - - laravel: 8.* - testbench: 6.* name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index df35374..22d4d16 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": "^8.0|^8.1", - "illuminate/contracts": "^7.0|^8.0|^9.0", + "illuminate/contracts": "^9.0", "spatie/laravel-package-tools": "^1.9.2", "spatie/once": "^3.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.8", - "nunomaduro/larastan": "^1.0|^2.0.1", + "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^7.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1",