:octocat:

This commit is contained in:
codemasher
2019-03-18 15:49:39 +01:00
parent eff04f3f9b
commit 2f25ec1c38
+7 -1
View File
@@ -6,7 +6,7 @@
"minimum-stability": "stable",
"type": "library",
"keywords": [
"QR code"
"QR code", "qrcode", "qr", "qrcode-generator", "phpqrcode"
],
"authors": [
{
@@ -17,10 +17,16 @@
"name": "Smiley",
"email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher"
},
{
"name": "Contributors",
"homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
}
],
"require": {
"php": "^7.2",
"ext-json": "*",
"ext-mbstring": "*",
"chillerlan/php-settings-container": "^1.0"
},
"require-dev": {