Skip to content

Commit 2f25ec1

Browse files
committed
:octocat:
1 parent eff04f3 commit 2f25ec1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "stable",
77
"type": "library",
88
"keywords": [
9-
"QR code"
9+
"QR code", "qrcode", "qr", "qrcode-generator", "phpqrcode"
1010
],
1111
"authors": [
1212
{
@@ -17,10 +17,16 @@
1717
"name": "Smiley",
1818
"email": "[email protected]",
1919
"homepage": "https://github.com/codemasher"
20+
},
21+
{
22+
"name": "Contributors",
23+
"homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
2024
}
2125
],
2226
"require": {
2327
"php": "^7.2",
28+
"ext-json": "*",
29+
"ext-mbstring": "*",
2430
"chillerlan/php-settings-container": "^1.0"
2531
},
2632
"require-dev": {

0 commit comments

Comments
 (0)