From b4b6d22f573b7f34ea9a9428c8a08fe8b79afe74 Mon Sep 17 00:00:00 2001 From: smiley Date: Tue, 13 Jun 2023 17:31:01 +0200 Subject: [PATCH] :octocat: --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c48963015..886416176 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ "MIT", "Apache-2.0" ], - "minimum-stability": "stable", "type": "library", "keywords": [ "QR code", "qrcode", "qr", "qrcode-generator", "phpqrcode", "qrcode-reader", "qr-reader" @@ -34,6 +33,8 @@ "homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors" } ], + "minimum-stability": "stable", + "prefer-stable": true, "require": { "php": "^7.4 || ^8.0", "ext-mbstring": "*",