Skip to content

Commit b4b6d22

Browse files
committed
:octocat:
1 parent 94becce commit b4b6d22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"MIT",
77
"Apache-2.0"
88
],
9-
"minimum-stability": "stable",
109
"type": "library",
1110
"keywords": [
1211
"QR code", "qrcode", "qr", "qrcode-generator", "phpqrcode", "qrcode-reader", "qr-reader"
@@ -34,6 +33,8 @@
3433
"homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
3534
}
3635
],
36+
"minimum-stability": "stable",
37+
"prefer-stable": true,
3738
"require": {
3839
"php": "^7.4 || ^8.0",
3940
"ext-mbstring": "*",

0 commit comments

Comments
 (0)