From 1e32594a5b42686f5939761dfd6492bcf5c3b1f0 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 10 Dec 2022 22:14:26 +0300 Subject: composer.json: set minimum-stability to stable --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index eac146f..fb7acec 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "description": "FastVPS DNS API Client", "type": "library", "license": "BSD-2-Clause", + "minimum-stability": "stable", "authors": [ { "name": "Evgeny Zinoviev", -- cgit v1.2.3