From 54a3e6c5bb1a5d0d62ae519d48af387c2239245b Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Fri, 10 Oct 2025 19:45:44 +0800 Subject: [PATCH 1/3] test: 8.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 13868fb..0e68b86 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "laravel/pint": "^1.21", "rector/rector": "^2.0.9", "orchestra/testbench": "^10.0", - "pestphp/pest": "^3.7.4", - "pestphp/pest-plugin-laravel": "^3.1" + "pestphp/pest": "^4.1", + "pestphp/pest-plugin-laravel": "^4.0" }, "config": { "allow-plugins": { From 6c3291298572e841f7da457b3f2037044d50fdc4 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Fri, 10 Oct 2025 19:58:02 +0800 Subject: [PATCH 2/3] build: pest 3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0e68b86..bb40997 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "laravel/pint": "^1.21", "rector/rector": "^2.0.9", "orchestra/testbench": "^10.0", - "pestphp/pest": "^4.1", - "pestphp/pest-plugin-laravel": "^4.0" + "pestphp/pest": "^3.7.4|^4.1", + "pestphp/pest-plugin-laravel": "^3.1|^4.0" }, "config": { "allow-plugins": { From bfc54aa308d10968f5d0ad9f72f1983874c3f17e Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Sat, 11 Oct 2025 00:09:51 +0800 Subject: [PATCH 3/3] build: pest plugin --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bb40997..f52faa7 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,10 @@ "require-dev": { "larastan/larastan": "^3.1", "laravel/pint": "^1.21", - "rector/rector": "^2.0.9", - "orchestra/testbench": "^10.0", + "rector/rector": "^2.2.2", + "orchestra/testbench": "^v10.6.0", "pestphp/pest": "^3.7.4|^4.1", - "pestphp/pest-plugin-laravel": "^3.1|^4.0" + "pestphp/pest-plugin-laravel": "^4.0" }, "config": { "allow-plugins": {