From a0586608e60f9f0e49c47410c85fdaf531ed24d4 Mon Sep 17 00:00:00 2001 From: Mozex Date: Fri, 28 Jun 2024 17:59:54 +0300 Subject: [PATCH] drop laravel 9 support --- .github/workflows/tests.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fa7d2b..d042d4b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.1, 8.2, 8.3] - laravel: [11.*, 10.*, 9.*] + laravel: [11.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] exclude: - php: 8.1 diff --git a/composer.json b/composer.json index aef4d53..0b58bac 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0", "league/commonmark": "^2.4", "spatie/laravel-package-tools": "^1.16" }, @@ -28,7 +28,7 @@ "laravel/pint": "^1.13.6", "larastan/larastan": "^2.0.1", "nunomaduro/collision": "^7.8|^8.1", - "orchestra/testbench": "^7.0|^8.21|^9.0", + "orchestra/testbench": "^8.21|^9.0", "pestphp/pest": "^2.34", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0",