From 475f45e682b0771253707f9403b704759a08da5f Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 14:05:41 +0100 Subject: [PATCH] Add L10 support (#18) --- .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 33a7079..0be50d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [8, 9] + laravel: [8, 9, 10] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 52d0152..9c14683 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ "php": "^8.1" }, "require-dev": { - "orchestra/testbench": "^6.9|^7.0", - "nunomaduro/larastan": "^1.0|^2.0", - "pestphp/pest": "^1.2", - "pestphp/pest-plugin-laravel": "^1.0" + "orchestra/testbench": "^6.9|^7.0|^8.0", + "nunomaduro/larastan": "^1.0|^2.4", + "pestphp/pest": "^1.2|^2.0", + "pestphp/pest-plugin-laravel": "^1.0|^2.0" }, "minimum-stability": "dev", "prefer-stable": true,