From 4e873cd5127fa85c6a936837fe2878be20a7b376 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Mon, 9 Sep 2024 18:13:39 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1d8294b..d9ad984 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "require": { "php": "^8.2", "orchestra/testbench": "^9.3", - "pestphp/pest": "3.x-dev", - "pestphp/pest-plugin-laravel": "3.x-dev", + "pestphp/pest": "^3.0", + "pestphp/pest-plugin-laravel": "^3.0", "symfony/polyfill-php83": "^1.28" }, "require-dev": {