From 2f25ec1c3831a04ce83604adfc5342f4b5ae31ac Mon Sep 17 00:00:00 2001 From: codemasher Date: Mon, 18 Mar 2019 15:49:39 +0100 Subject: [PATCH] :octocat: --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e0273d5a..8bebe8794 100644 --- a/composer.json +++ b/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": {