From 7adefed2e377cd2447dec7533279e79fecc2a831 Mon Sep 17 00:00:00 2001 From: edalzell Date: Tue, 16 Jun 2026 14:09:54 -0700 Subject: [PATCH 1/3] ignore security advisories --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index ada4e3f..7689116 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,11 @@ "allow-plugins": { "pixelfear/composer-dist-plugin": true, "php-http/discovery": true + }, + "policy": { + "advisories": { + "ignore-id": ["PKSA-mdq4-51ck-6kdq", "PKSA-8qx3-n5y5-vvnd", "PKSA-w7xr-vk7n-rstm"] + } } }, "extra": { From 35c62509496f3e9f36991a0f4001ef63b5bb83ea Mon Sep 17 00:00:00 2001 From: edalzell Date: Tue, 16 Jun 2026 14:11:46 -0700 Subject: [PATCH 2/3] drop L10 --- .github/workflows/run-tests.yml | 4 ++-- composer.json | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a9da705..b4cb8d9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,7 +12,7 @@ jobs: services: typesense: - image: typesense/typesense:27.0.rc21 + image: typesense/typesense:30.1 ports: - 8108:8108/tcp volumes: @@ -27,7 +27,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.2, 8.3] - laravel: [10.*, 11.*, 12.*] + laravel: [11.*, 12.*] statamic: [5.*] dependency-version: [prefer-stable] diff --git a/composer.json b/composer.json index 7689116..d007cba 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.2", "guzzlehttp/guzzle": "^7.3", "http-interop/http-factory-guzzle": "^1.0", - "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/support": "^11.0|^12.0", "statamic/cms": "^5.38", "typesense/typesense-php": "^5.1" }, @@ -48,11 +48,6 @@ "allow-plugins": { "pixelfear/composer-dist-plugin": true, "php-http/discovery": true - }, - "policy": { - "advisories": { - "ignore-id": ["PKSA-mdq4-51ck-6kdq", "PKSA-8qx3-n5y5-vvnd", "PKSA-w7xr-vk7n-rstm"] - } } }, "extra": { From ec5bbc9a548edf28c73d02a249c1483474b41849 Mon Sep 17 00:00:00 2001 From: edalzell Date: Tue, 16 Jun 2026 14:27:46 -0700 Subject: [PATCH 3/3] toss L11 as well --- .github/workflows/run-tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b4cb8d9..fc6e29e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -27,7 +27,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.2, 8.3] - laravel: [11.*, 12.*] + laravel: [12.*] statamic: [5.*] dependency-version: [prefer-stable] diff --git a/composer.json b/composer.json index d007cba..3492ada 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.2", "guzzlehttp/guzzle": "^7.3", "http-interop/http-factory-guzzle": "^1.0", - "illuminate/support": "^11.0|^12.0", + "illuminate/support": "^12.40", "statamic/cms": "^5.38", "typesense/typesense-php": "^5.1" },