From 90f5fbc68c2baa042862090b64ab85568f12d3b1 Mon Sep 17 00:00:00 2001 From: Amir Sadeghi Date: Thu, 16 Feb 2023 14:30:45 +0330 Subject: [PATCH 1/2] Laravel 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8df2eb3..502f244 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.0|^8.1|^8.2", "guzzlehttp/guzzle": "^7.4", - "illuminate/contracts": "^9.0", + "illuminate/contracts": "^9.0|^10.0", "spatie/laravel-package-tools": "^1.9.2", "spatie/temporary-directory": "^2.1" }, From 5dfdf582f3efb3d1f86d83bc1e87b2f3498b1bf8 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Tue, 21 Feb 2023 22:09:26 +0100 Subject: [PATCH 2/2] WIP --- .github/workflows/run-tests.yml | 6 ++++-- composer.json | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 090a896..0bb03f4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,10 +13,12 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.0, 8.1, 8.2] - laravel: [9.*] + php: [8.1, 8.2] + laravel: [9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 10.* + testbench: 8.* - laravel: 9.* testbench: 7.* diff --git a/composer.json b/composer.json index 502f244..7003900 100644 --- a/composer.json +++ b/composer.json @@ -16,16 +16,16 @@ } ], "require": { - "php": "^8.0|^8.1|^8.2", + "php": "^8.1|^8.2", "guzzlehttp/guzzle": "^7.4", "illuminate/contracts": "^9.0|^10.0", "spatie/laravel-package-tools": "^1.9.2", "spatie/temporary-directory": "^2.1" }, "require-dev": { - "nesbot/carbon": "^2.63", + "nesbot/carbon": "^2.66", "nunomaduro/collision": "^6.0", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpunit/phpunit": "^9.5" @@ -54,4 +54,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file