From 573beada2551d0409ef1dd8608f04c61da91b17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 29 Mar 2024 01:59:39 +0100 Subject: [PATCH] drop L9, add L11 support --- .github/workflows/ci.yml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e309df..7e8f3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [9, 10] + laravel: [10, 11] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 42e5035..74840b9 100644 --- a/composer.json +++ b/composer.json @@ -25,14 +25,14 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0", + "illuminate/support": "^10.0|^11.0", "archtechx/helpers": "^0.3.1" }, "require-dev": { - "orchestra/testbench": "^7.19|^8.0", - "pestphp/pest": "^1.10|^2.0", + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.0", "phpstan/phpstan": "^1.9.8", - "pestphp/pest-plugin-laravel": "^1.1|^2.0", + "pestphp/pest-plugin-laravel": "^2.0", "nunomaduro/larastan": "^2.4" }, "extra": {