From 0b53ca6754a9e6a181139b40fa3dff7f5b1791fd Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Fri, 3 Jan 2025 12:04:36 +0100 Subject: [PATCH] change minimum-stability --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6ddb2c..eafdbe4 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": [ "GPL-3.0-or-later" ], - "minimum-stability": "dev", + "minimum-stability": "stable", "require": { "horstoeko/zugferd": "^1.0", "vlucas/phpdotenv": "^5.6",