From d8d73bf25965ef706e6d1ac529e9876fdb66cad5 Mon Sep 17 00:00:00 2001 From: Laura Tonning Date: Thu, 23 May 2024 14:14:21 +0200 Subject: [PATCH] Update minimum-stability to stable --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4588c42..73fd987 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,6 @@ } } }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true }