From af3091e0076200edd059613aa47fae3363f3b215 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 13:57:06 +0100 Subject: [PATCH] Add L10 support wip --- .github/workflows/ci.yml | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1121ccd..426df98 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 bb345c6..a4c091a 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } }, "require": { - "php": "^8.0", - "illuminate/support": "^8.24|^9.0", + "php": "^8.1", + "illuminate/support": "^8.24|^9.0|^10.0", "archtechx/enums": "^0.1.0" }, "require-dev": { - "orchestra/testbench": "^6.9|^7.0", - "pestphp/pest": "^1.2", - "pestphp/pest-plugin-laravel": "^1.0" + "orchestra/testbench": "^6.9|^7.0|^8.0", + "pestphp/pest": "^1.2|^2.0", + "pestphp/pest-plugin-laravel": "^1.0|^2.0" }, "minimum-stability": "dev", "prefer-stable": true