From 8350d740202da5951d4786f5ea004db9bd6a1a4d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Mar 2023 10:28:10 +0000 Subject: [PATCH] chore: uses `stable` minimum-stability --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a51e892a..bf4b95be 100644 --- a/composer.json +++ b/composer.json @@ -52,8 +52,7 @@ "pestphp/pest-dev-tools": "^2.5.0", "symfony/process": "^6.2.7" }, - "minimum-stability": "dev", - "prefer-stable": true, + "minimum-stability": "stable", "config": { "sort-packages": true, "preferred-install": "dist",