From e513549675fe4b162ad9bb1f8c70f9463f752ec2 Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 1 Feb 2023 17:26:52 +0000 Subject: [PATCH 1/3] Bump dependencies for Laravel 10 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 54e00ba..528297b 100644 --- a/composer.json +++ b/composer.json @@ -17,18 +17,18 @@ ], "require": { "php": "^8.0", - "illuminate/container": "^6.0|^7.0|^8.0|^9.0", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0", - "illuminate/log": "^6.0|^7.0|^8.0|^9.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", + "illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/log": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", "willdurand/email-reply-parser": "^2.8", - "zbateson/mail-mime-parser": "^1.1" + "zbateson/mail-mime-parser": "^1.1|^2.3" }, "require-dev": { "laminas/laminas-mail": "^2.13", "mockery/mockery": "^1.2", - "orchestra/testbench": "^4.0|^5.0|^7.0", + "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0", "phpunit/phpunit": "^7.0|^8.0|^9.3" }, "autoload": { From 9cbb8e511f6c632c9f66f1ef510a6fa8a55ae5f6 Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 1 Feb 2023 17:26:52 +0000 Subject: [PATCH 2/3] Update GitHub Actions for Laravel 10 --- .github/workflows/run-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2f2bee4..e1e360c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,12 +10,16 @@ jobs: matrix: os: [ubuntu-latest] php: [8.0, 8.1, 8.2] - laravel: [9.*, 8.*] + laravel: [9.*, 8.*, 10.*] stability: [prefer-stable] exclude: + - php: 8.0 + laravel: 10.* - php: 8.2 laravel: 8.* include: + - laravel: 10.* + testbench: 8.* - laravel: 9.* testbench: 7.* - laravel: 8.* From 8a1513973e3b8ac9fec68d799673c569c1cc0730 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 21 Feb 2023 10:47:50 +0100 Subject: [PATCH 3/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 528297b..46d849f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", "willdurand/email-reply-parser": "^2.8", - "zbateson/mail-mime-parser": "^1.1|^2.3" + "zbateson/mail-mime-parser": "^1.1" }, "require-dev": { "laminas/laminas-mail": "^2.13",