From 05ea6a0d118a3d7e8647dd43a6c04d2d57770ecc Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 9 Feb 2026 18:24:47 +0000 Subject: [PATCH 1/7] wip --- .github/workflows/tests.yml | 2 +- composer.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ba6f6f664f..872070830a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php: [8.3, 8.4, 8.5] - laravel: [12.*] + laravel: [12.*, 13.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] include: diff --git a/composer.json b/composer.json index 21080cb21ab..58b2536e7e4 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "guzzlehttp/guzzle": "^6.3 || ^7.0", "inertiajs/inertia-laravel": "^2.0", "james-heinrich/getid3": "^1.9.21", - "laravel/framework": "^12.40.0", + "laravel/framework": "^12.40.0 || ^13.0", "laravel/prompts": "^0.3.0", "league/commonmark": "^2.2", "league/csv": "^9.0", @@ -32,10 +32,10 @@ "spatie/error-solutions": "^1.0 || ^2.0", "statamic/stringy": "^3.1.2", "stillat/blade-parser": "^2.0", - "symfony/http-foundation": "^7.3.7", - "symfony/lock": "^7.0.3", - "symfony/var-exporter": "^7.0.3", - "symfony/yaml": "^7.0.3", + "symfony/http-foundation": "^7.3.7 || ^8.0", + "symfony/lock": "^7.0.3 || ^8.0", + "symfony/var-exporter": "^7.0.3 || ^8.0", + "symfony/yaml": "^7.0.3 || ^8.0", "ueberdosis/tiptap-php": "^2.0", "voku/portable-ascii": "^2.0.2", "web-auth/webauthn-lib": "~5.2.0", @@ -48,7 +48,7 @@ "google/cloud-translate": "^1.6", "laravel/pint": "1.16.0", "mockery/mockery": "^1.6.10", - "orchestra/testbench": "^10.8", + "orchestra/testbench": "^10.8 || ^11.0", "phpunit/phpunit": "^11.5.3", "spatie/laravel-ray": "^1.42" }, From b09c950c7ff8f9c38281f0586ed59d67f2f3842d Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 9 Feb 2026 18:38:32 +0000 Subject: [PATCH 2/7] wip --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58b2536e7e4..1b3b8c43e31 100644 --- a/composer.json +++ b/composer.json @@ -117,5 +117,7 @@ "Tests\\": "tests", "Foo\\Bar\\": "tests/Fixtures/Addon" } - } + }, + "minimum-stability": "dev", + "prefer-stable": true } From edd97ce9747f1f20f154532a5339e0bf8c1c80c4 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 11:28:52 +0000 Subject: [PATCH 3/7] bump `spatie/laravel-ray` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b3b8c43e31..306c37f475d 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "mockery/mockery": "^1.6.10", "orchestra/testbench": "^10.8 || ^11.0", "phpunit/phpunit": "^11.5.3", - "spatie/laravel-ray": "^1.42" + "spatie/laravel-ray": "^1.43.6" }, "conflict": { "algolia/algoliasearch-client-php": "<4.32" From 5f000d0d9cf4d879f8820276eb8f1b462db01866 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Fri, 20 Feb 2026 11:27:48 +0000 Subject: [PATCH 4/7] bump `rebing/graphql-laravel` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 306c37f475d..bf95e857bdf 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "nesbot/carbon": "^3.0", "pixelfear/composer-dist-plugin": "^0.1.4", "pragmarx/google2fa": "^8.0", - "rebing/graphql-laravel": "^9.8", + "rebing/graphql-laravel": "^9.15", "rhukster/dom-sanitizer": "^1.0.7", "spatie/blink": "^1.3", "spatie/error-solutions": "^1.0 || ^2.0", From 7745a8695ee634676c2f4132940e0cc0c9e62ed0 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 26 Feb 2026 17:25:08 +0000 Subject: [PATCH 5/7] bump `stillat/blade-parser` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14f279540d0..0d55816529e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "spatie/blink": "^1.3", "spatie/error-solutions": "^1.0 || ^2.0", "statamic/stringy": "^3.1.2", - "stillat/blade-parser": "^2.0", + "stillat/blade-parser": "^2.1", "symfony/http-foundation": "^7.3.7 || ^8.0", "symfony/lock": "^7.0.3 || ^8.0", "symfony/var-exporter": "^7.0.3 || ^8.0", From b894c33f9614fa176c37202d4832205cc16647b7 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 26 Feb 2026 17:33:59 +0000 Subject: [PATCH 6/7] remove --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0d55816529e..ae883a08ed7 100644 --- a/composer.json +++ b/composer.json @@ -117,7 +117,5 @@ "Tests\\": "tests", "Foo\\Bar\\": "tests/Fixtures/Addon" } - }, - "minimum-stability": "dev", - "prefer-stable": true + } } From b080124e1fa4e1a2ab9c5af5e5d1c2c95fbe101a Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 26 Feb 2026 17:38:10 +0000 Subject: [PATCH 7/7] actually, keep this for now so we can require laravel 13 --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ae883a08ed7..0d55816529e 100644 --- a/composer.json +++ b/composer.json @@ -117,5 +117,7 @@ "Tests\\": "tests", "Foo\\Bar\\": "tests/Fixtures/Addon" } - } + }, + "minimum-stability": "dev", + "prefer-stable": true }