From 06ec6e25494d442b17bde78baf8c57d69ce25cef Mon Sep 17 00:00:00 2001 From: Stephen Williamson Date: Sat, 4 Jul 2026 16:35:10 -0400 Subject: [PATCH] chore: support Pest 5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c7ead99b..49c49cf8 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,9 @@ "laravel/pint": "^1.14", "nunomaduro/collision": "^8.1.1||^7.10.0", "orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0", - "pestphp/pest": "^4.0||^3.0||^2.34", - "pestphp/pest-plugin-arch": "^4.0||^3.0||^2.7", - "pestphp/pest-plugin-laravel": "^4.0||^3.0||^2.3", + "pestphp/pest": "^4.0||^3.0||^2.34|^5.0", + "pestphp/pest-plugin-arch": "^4.0||^3.0||^2.7|^5.0", + "pestphp/pest-plugin-laravel": "^4.0||^3.0||^2.3|^5.0", "phpstan/extension-installer": "^1.3||^2.0", "phpstan/phpstan-deprecation-rules": "^1.1||^2.0", "phpstan/phpstan-phpunit": "^1.3||^2.0",