From c1f4284c01b3e28a2e4e5a9d4b923e45cd672f79 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Tue, 31 Jan 2023 03:41:36 -0500 Subject: [PATCH] Laravel 10.x Compatibility (#61) * Bump dependencies for Laravel 10 * Add tests for Laravel 10 --------- Co-authored-by: Marcus Olsson --- .github/workflows/test.yml | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09d4edc..02f91de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,8 @@ jobs: strategy: matrix: include: + - php: 8.2 + illuminate: ^10.0 - php: 8.1 illuminate: ^9.0 - php: 8.1 diff --git a/composer.json b/composer.json index b4f19a6..f5717cd 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ } ], "require": { - "illuminate/support": "^7.0|^8.0|^9.0", - "php" : "~7.4|^8.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", + "php": "~7.4|^8.0", "squizlabs/php_codesniffer": "^3.5" }, "require-dev": {