codemasher 6 лет назад
Родитель
Сommit
2f25ec1c38
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      composer.json

+ 7 - 1
composer.json

@@ -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": {