From 87267764b9d3f067419316fc06cf0f2e30bfcb6f Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 2 Jan 2022 10:25:40 +0100 Subject: [PATCH] Added minimum-stability --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f26b1279..b8f72450 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,6 @@ "psr-4": { "Intervention\\Image\\Tests\\": "tests" } - } + }, + "minimum-stability": "alpha" }