From acd0f29ac7699d9cc9fb279c435c158d117bd3cd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 14 Feb 2023 09:31:57 -0600 Subject: [PATCH] update min stability --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 08086a85..5b40f87c 100644 --- a/composer.json +++ b/composer.json @@ -63,6 +63,6 @@ "pestphp/pest-plugin": true } }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true }