|
@@ -6,7 +6,7 @@
|
|
|
"minimum-stability": "stable",
|
|
"minimum-stability": "stable",
|
|
|
"type": "library",
|
|
"type": "library",
|
|
|
"keywords": [
|
|
"keywords": [
|
|
|
- "QR code"
|
|
|
|
|
|
|
+ "QR code", "qrcode", "qr", "qrcode-generator", "phpqrcode"
|
|
|
],
|
|
],
|
|
|
"authors": [
|
|
"authors": [
|
|
|
{
|
|
{
|
|
@@ -17,10 +17,16 @@
|
|
|
"name": "Smiley",
|
|
"name": "Smiley",
|
|
|
"email": "smiley@chillerlan.net",
|
|
"email": "smiley@chillerlan.net",
|
|
|
"homepage": "https://github.com/codemasher"
|
|
"homepage": "https://github.com/codemasher"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Contributors",
|
|
|
|
|
+ "homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"require": {
|
|
"require": {
|
|
|
"php": "^7.2",
|
|
"php": "^7.2",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
"chillerlan/php-settings-container": "^1.0"
|
|
"chillerlan/php-settings-container": "^1.0"
|
|
|
},
|
|
},
|
|
|
"require-dev": {
|
|
"require-dev": {
|