From dc2a85c66852444fe39f015a26fed8babeb5fefd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:11:20 +0000 Subject: [PATCH] chore(deps): update dependency pestphp/pest-plugin-laravel to v3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7dae42f..ca204d2 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "orchestra/testbench": "^5.0|^6.0", "pestphp/pest": "^1.0", - "pestphp/pest-plugin-laravel": "^1.0", + "pestphp/pest-plugin-laravel": "^3.0.0", "phpunit/phpunit": "^8.0|^9.3", "vlucas/phpdotenv": "^4.2|^5.3" },