From c99fc8b1c1be329e6cd0c031e7b7630bf2c033bb Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Tue, 7 Apr 2026 09:29:55 +1200 Subject: [PATCH 1/3] Remove wrong `laravel/laravel` dependency --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 98dc78b..013f9c1 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,6 @@ }, "require": { "php": ">=8.2", - "laravel/laravel": "^12.12 || ^13.0", "psr/log": "^1.1 || ^2.0 || ^3.0", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0", "radebatz/openapi-extras": "^3.0", From b28228aaa0b6de9ba67f060d23d35b018ea8ce38 Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Tue, 7 Apr 2026 09:35:13 +1200 Subject: [PATCH 2/3] Exclude Php 8.2 / Laravel 13 from build matrix --- .github/workflows/laravel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 0990aff..0e5e6f2 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -20,6 +20,9 @@ jobs: php: ${{ fromJson(format('[{0}]', inputs.php-versions)) }} laravel: [ '12.0', '13.0' ] dependencies: [ 'lowest', ' highest' ] + exclude: + - php: '8.2' + laravel: '13.0' name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies From fc39bb75071d963d64a86ba04fce392c63e4719d Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Tue, 7 Apr 2026 09:37:51 +1200 Subject: [PATCH 3/3] . --- tests/Fixtures/Middleware/BarMiddleware.php | 2 +- tests/Fixtures/Middleware/FooMiddleware.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Fixtures/Middleware/BarMiddleware.php b/tests/Fixtures/Middleware/BarMiddleware.php index e89302a..3633cbb 100644 --- a/tests/Fixtures/Middleware/BarMiddleware.php +++ b/tests/Fixtures/Middleware/BarMiddleware.php @@ -1,4 +1,4 @@ -