From 0e4ae2278d9213fceb440161521f5b649f616a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 12 Mar 2024 13:27:46 +0100 Subject: [PATCH] Drop Laravel 9 support, add Laravel 11 support --- .github/workflows/ci.yml | 2 +- composer.json | 18 +++++++++--------- phpunit.xml | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e4c62..1dfce09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,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 f3c1e34..3e339f7 100644 --- a/composer.json +++ b/composer.json @@ -21,17 +21,17 @@ } }, "require": { - "php": "^8.1", - "illuminate/support": "^9.0|^10.0", - "archtechx/laravel-seo": "^0.6", - "ryangjchandler/orbit": "*", - "illuminate/routing": "^9.0|^10.0", - "illuminate/database": "^9.0|^10.0" + "php": "^8.2", + "illuminate/support": "^10.0|^11.0", + "archtechx/laravel-seo": "^0.10", + "ryangjchandler/orbit": "^1.0", + "illuminate/routing": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0", - "pestphp/pest": "^1.2|^2.0", - "pestphp/pest-plugin-laravel": "^1.0|^2.0" + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.0", + "pestphp/pest-plugin-laravel": "^2.0" }, "extra": { "laravel": { diff --git a/phpunit.xml b/phpunit.xml index d26232e..49b212d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,9 +1,6 @@ - - - - ./src - + + @@ -22,12 +19,15 @@ - - + + + ./src + +