From 167270e6316170a80d25773c8b255348d9eeddcf Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 15 Oct 2024 16:45:58 +0100 Subject: [PATCH] Uses stable version of pest --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b20d5d7..083667c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "illuminate/console": "^10.48.22", "illuminate/support": "^10.48.22", "laravel/pint": "^1.18.1", - "pestphp/pest": "^2", + "pestphp/pest": "^2.36.0", "pestphp/pest-plugin-mock": "2.0.0", "phpstan/phpstan": "^1.12.6", "phpstan/phpstan-strict-rules": "^1.6.1",