From 48111cf7a4276924f41717e2b99c9956b399f61a Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 1 Dec 2023 16:30:10 +0100 Subject: [PATCH] Remove minimum-stability setting --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e8a505ee..8678c723 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,5 @@ "psr-4": { "Intervention\\Image\\Tests\\": "tests" } - }, - "minimum-stability": "alpha" + } }