From 032b07da53d60627bd61abd5a1a2d04e2a4a8c50 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 13:49:11 +0100 Subject: [PATCH] Add L10 support --- .github/workflows/ci.yml | 2 +- composer.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 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 dc9bc69..bf74bae 100644 --- a/composer.json +++ b/composer.json @@ -24,16 +24,16 @@ } }, "require": { - "php": "^8.0", - "illuminate/support": "^8.0|^9.0", + "php": "^8.1", + "illuminate/support": "^8.0|^9.0|^10.0", "archtechx/helpers": "*" }, "require-dev": { - "orchestra/testbench": "^6.9|^7.0", - "pestphp/pest": "^1.10", + "orchestra/testbench": "^6.9|^7.0|^8.0", + "pestphp/pest": "^1.10|^2.0", "phpstan/phpstan": "^0.12.92", - "pestphp/pest-plugin-laravel": "^1.1", - "nunomaduro/larastan": "^0.7.10" + "pestphp/pest-plugin-laravel": "^1.1|^2.0", + "nunomaduro/larastan": "^1.0|^2.4" }, "extra": { "laravel": {