diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-12-10 22:14:26 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-10 22:14:26 +0300 |
commit | 1e32594a5b42686f5939761dfd6492bcf5c3b1f0 (patch) | |
tree | 6735a4a02097c3feddbb771a3311bbcda2c62e53 | |
parent | 9e6517790439e525b747335f39ca7e7641546b11 (diff) |
composer.json: set minimum-stability to stable
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |