From cc3f0155786d518e83ff891099ff25b274cadbb5 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:20:28 +0000 Subject: [PATCH 1/4] update dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c1a7ffd1..61cb5387 100644 --- a/composer.json +++ b/composer.json @@ -25,13 +25,13 @@ }, "require": { "php": "^8.3", - "statamic/cms": "^6.0.0" + "statamic/cms": "^6.0" }, "require-dev": { "doctrine/dbal": "^3.8", "laravel/pint": "^1.0", - "orchestra/testbench": "^10.0", - "phpunit/phpunit": "^11.0" + "orchestra/testbench": "^10.0 || ^11.0", + "phpunit/phpunit": "^11.0 || ^12.0" }, "scripts": { "test": "phpunit" From 2a0d19865e2103cb7d1bd7f5992493564540eab2 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:20:34 +0000 Subject: [PATCH 2/4] update testing matrix --- .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 3eb4890f..7f03b5ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: php: [8.3, 8.4, 8.5] - laravel: [12.*] + laravel: [12.*, 13.*] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} From dde31db740b243c9ee56f958549c2e4f7c581139 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:21:52 +0000 Subject: [PATCH 3/4] wip --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 61cb5387..5f5436f5 100644 --- a/composer.json +++ b/composer.json @@ -40,5 +40,7 @@ "allow-plugins": { "pixelfear/composer-dist-plugin": true } - } + }, + "minimum-stability": "dev", + "prefer-stable": true } From 465d352327962c6dfb24d856065ce6936e1d55e5 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 9 Mar 2026 09:59:22 +0000 Subject: [PATCH 4/4] bump `statamic/cms` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 63511af7..868e7a26 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": "^8.3", - "statamic/cms": "^6.3.0" + "statamic/cms": "^6.5" }, "require-dev": { "doctrine/dbal": "^3.8",