From a42726f1815831a3c15f10d5cad5e3e7eb3a2e2e Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 20 Mar 2026 00:02:52 +0800 Subject: [PATCH 1/2] Supports Laravel 13 --- .github/workflows/tests.yml | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a2fa79..48bc3f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,7 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 experimental: - false diff --git a/composer.json b/composer.json index 9d5c9d6..32f8ad4 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^10.34|^11.0|^12.0" + "illuminate/support": "^10.34|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/nova": "^5.2", "laravel/nova-devtool": "^1.6", "laravel/pint": "^1.20", - "orchestra/pest-plugin-testbench": "^2.0|^3.0", + "orchestra/pest-plugin-testbench": "^2.0|^3.0|^4.0", "phpstan/phpstan": "^2.1" }, "conflict": { From bc7d11d6105f008abc5ae626e4093bbebe1175f3 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 20 Mar 2026 00:08:27 +0800 Subject: [PATCH 2/2] wip --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 32f8ad4..bf95c84 100644 --- a/composer.json +++ b/composer.json @@ -40,10 +40,13 @@ { "type": "composer", "url": "https://nova.laravel.com" } ], "config": { - "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true - } + }, + "audit": { + "block-insecure": false + }, + "sort-packages": true }, "extra": { "branch-alias": {