From 8e936041fcb016ad0344169d057d5a2f1a178091 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 11 Jan 2023 09:34:15 +0100 Subject: [PATCH] Laravel v10 Support (#207) * Update composer.json * Update tests.yml --- .github/workflows/tests.yml | 6 +++++- composer.json | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f0a007..b7b65c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,14 @@ jobs: fail-fast: true matrix: php: [7.4, '8.0', 8.1, 8.2] - laravel: [8, 9] + laravel: [8, 9, 10] exclude: - php: 7.4 laravel: 9 + - php: 7.4 + laravel: 10 + - php: '8.0' + laravel: 10 - php: 8.2 laravel: 8 diff --git a/composer.json b/composer.json index fcdaaf9..fe7ea68 100644 --- a/composer.json +++ b/composer.json @@ -16,16 +16,16 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/contracts": "^8.0|^9.0", - "illuminate/filesystem": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "illuminate/view": "^8.0|^9.0", + "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/filesystem": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/view": "^8.0|^9.0|^10.0", "symfony/console": "^5.3|^6.0", "symfony/finder": "^5.3|^6.0" }, "require-dev": { "mockery/mockery": "^1.3", - "orchestra/testbench": "^6.0|^7.0", + "orchestra/testbench": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^9.0" }, "bin": [