From 4483b2454767386724c2e3e0b15b77e86ba26555 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Sat, 23 Mar 2024 19:15:46 -0400 Subject: [PATCH] Drop Laravel 9 support --- .github/workflows/run-tests.yml | 5 +---- composer.json | 13 ++++++------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f14c12e..2f93779 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.3, 8.2, 8.1] - laravel: [11.*, 10.*, 9.*] + laravel: [11.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* @@ -23,9 +23,6 @@ jobs: - laravel: 10.* testbench: 8.* carbon: ^2.63 - - laravel: 9.* - testbench: 7.* - carbon: ^2.63 exclude: - laravel: 11.* php: 8.1 diff --git a/composer.json b/composer.json index 2f83313..ac0fbca 100644 --- a/composer.json +++ b/composer.json @@ -20,19 +20,18 @@ "require": { "php": "^8.1|^8.2|^8.3", "spatie/laravel-package-tools": "^1.13.0", - "illuminate/contracts": "^9.0|^10.0|^11.0" + "illuminate/contracts": "^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^6.0|^7.0|^8.1", + "nunomaduro/collision": "^7.0|^8.1", "larastan/larastan": "^2.0.1", - "orchestra/testbench": "^7|^8|^9.0", - "pestphp/pest": "^1.22|^2.0", - "pestphp/pest-plugin-laravel": "^1.1|^2.0", + "orchestra/testbench": "^8|^9.0", + "pestphp/pest": "^2.0", + "pestphp/pest-plugin-laravel": "^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5|^10" + "phpstan/phpstan-phpunit": "^1.0" }, "autoload": { "psr-4": {