From 9feb34bd0f815b26bbf173d4d1de0c4e470efa7f Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 5 May 2025 17:45:57 -0400 Subject: [PATCH 1/2] build: restore Laravel 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c1a174..4660d1b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^8.2.0", "guzzlehttp/guzzle": "^7.9.3", - "laravel/framework": "^12.12", + "laravel/framework": "^11.29|^12.12", "openai-php/client": "^0.12.0" }, "require-dev": { From 45fcb39f63208badb6a0fc2fd763b7b66e39af5c Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 5 May 2025 21:09:59 -0400 Subject: [PATCH 2/2] test: assert on L11 also in suite --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd48e7c..7ab8996 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.2, 8.3, 8.4] - laravel: [12] + laravel: [11, 12] pest: [3, 4] dependency-version: [prefer-lowest, prefer-stable] exclude: