From c1092ec084bb294a61b0f1c2149fddd662f1fc55 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 11 Jan 2023 08:11:39 -0600 Subject: [PATCH] use min stability stable --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 299b7e8a..024809f1 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,6 @@ "pestphp/pest-plugin": true } }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true }