From 280e5d305c58c60ab51199908e912af2706caf2d Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 22 Mar 2023 16:33:45 +0100 Subject: [PATCH 1/7] Add Support for Laravel 10 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 21db015..752c4e0 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ } ], "require": { - "illuminate/http": "^8.83|^9.0.1", - "illuminate/routing": "^8.83|^9.0.1", - "illuminate/support": "^8.83|^9.0.1", + "illuminate/http": "^8.83|^9.0.1|^10.0.0", + "illuminate/routing": "^8.83|^9.0.1|^10.0.0", + "illuminate/support": "^8.83|^9.0.1|^10.0.0", "aws/aws-php-sns-message-validator": "^1.6" }, "autoload": { @@ -42,8 +42,8 @@ }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^6.28|^7.0", - "orchestra/testbench-core": "^6.28|^7.0", + "orchestra/testbench": "^6.28|^7.0|^8.0", + "orchestra/testbench-core": "^6.28|^7.0|^8.0", "phpunit/phpunit": "^9.5.26" }, "config": { From ac3e5a4ed218df0d6b29c923d2b4d9f7af1127eb Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 22 Mar 2023 16:34:00 +0100 Subject: [PATCH 2/7] Update CI Workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faeeeb9..7529097 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: laravel: - 8.* - 9.* + - 10.* prefer: - 'prefer-lowest' - 'prefer-stable' @@ -31,6 +32,8 @@ jobs: testbench: '6.*' - laravel: '9.*' testbench: '7.*' + - laravel: '10.*' + testbench: '8.*' name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }} From 62070e13710744a049a7cac5243be9a581359611 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:35:52 +0300 Subject: [PATCH 3/7] Dropped Laravel 8.x --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7529097..b865109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,16 +20,14 @@ jobs: php: - '8.0' - '8.1' + - '8.2' laravel: - - 8.* - 9.* - 10.* prefer: - 'prefer-lowest' - 'prefer-stable' include: - - laravel: '8.*' - testbench: '6.*' - laravel: '9.*' testbench: '7.*' - laravel: '10.*' From 32224321e4babea7d2b9853acdea6050f529f63f Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:36:34 +0300 Subject: [PATCH 4/7] Update composer.json --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 752c4e0..d40a0ee 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ } ], "require": { - "illuminate/http": "^8.83|^9.0.1|^10.0.0", - "illuminate/routing": "^8.83|^9.0.1|^10.0.0", - "illuminate/support": "^8.83|^9.0.1|^10.0.0", + "illuminate/http": "^9.0.1|^10.0.0", + "illuminate/routing": "^9.0.1|^10.0.0", + "illuminate/support": "^9.0.1|^10.0.0", "aws/aws-php-sns-message-validator": "^1.6" }, "autoload": { @@ -42,9 +42,8 @@ }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^6.28|^7.0|^8.0", - "orchestra/testbench-core": "^6.28|^7.0|^8.0", - "phpunit/phpunit": "^9.5.26" + "orchestra/testbench": "^7.0|^8.0", + "phpunit/phpunit": "^9.5.26|^10.0" }, "config": { "sort-packages": true From 420b9f9fa860d94782f49fa488bb66e35e06d5b8 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:38:36 +0300 Subject: [PATCH 5/7] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b865109..46b6822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: php: - - '8.0' - '8.1' - '8.2' laravel: From 09203321df0648c65bede9f29a52d923b591e5dd Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:40:08 +0300 Subject: [PATCH 6/7] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d40a0ee..b3e4d59 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "require-dev": { "mockery/mockery": "^1.5", "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5.26|^10.0" + "phpunit/phpunit": "^9.5.26" }, "config": { "sort-packages": true From eb31a69fe5cbbe5923a90f70f0ae04665aabc30c Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:43:09 +0300 Subject: [PATCH 7/7] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b3e4d59..5b8f2e5 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ } ], "require": { - "illuminate/http": "^9.0.1|^10.0.0", - "illuminate/routing": "^9.0.1|^10.0.0", - "illuminate/support": "^9.0.1|^10.0.0", + "illuminate/http": "^9.35|^10.5", + "illuminate/routing": "^9.35|^10.5", + "illuminate/support": "^9.35|^10.5", "aws/aws-php-sns-message-validator": "^1.6" }, "autoload": { @@ -42,7 +42,7 @@ }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^7.0|^8.0", + "orchestra/testbench": "^7.23|^8.1.1", "phpunit/phpunit": "^9.5.26" }, "config": {