From 2e301b8e4636d47a6696b0bd458187f04e506e39 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:39:12 +0000 Subject: [PATCH 1/3] update dependencies --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8d9586c..401a45a 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ }, "require-dev": { "laravel/pint": "^1.18", - "orchestra/testbench": "^10.0", - "phpunit/phpunit": "^11.0", - "spatie/laravel-ray": "^1.39" + "orchestra/testbench": "^10.0 || ^11.0", + "phpunit/phpunit": "^11.0 || ^12.0", + "spatie/laravel-ray": "^1.43.6" }, "config": { "allow-plugins": { @@ -43,5 +43,7 @@ "url": "https://github.com/statamic/importer/releases/download/{$version}/dist.tar.gz", "path": "dist" } - } + }, + "minimum-stability": "dev", + "prefer-stable": true } From 33f34a88fd38318fcf31ac9ba33b034a160ec47f Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:39:18 +0000 Subject: [PATCH 2/3] update testing matrix --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5459921..daeecf3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: - php: [8.3, 8.4] - laravel: [12.*] + php: [8.3, 8.4, 8.5] + laravel: [12.*, 13.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] From 675ef713781cd75fdaa624c2d8aa9c6d761cefb5 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 9 Mar 2026 10:17:40 +0000 Subject: [PATCH 3/3] bump `statamic/cms` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 401a45a..ab56ac2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } }, "require": { - "statamic/cms": "^6.0", + "statamic/cms": "^6.5", "spatie/simple-excel": "^3.7", "symfony/dom-crawler": "^7.1", "pixelfear/composer-dist-plugin": "^0.1.5",