From 4fcf3b0978536a6a7daaf57fe7bef43fceec613c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 24 Jul 2017 12:55:17 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b7a66aa..534a33d2 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,13 @@ "ext-curl": "*", "ext-sockets": "*", "ext-xml": "*" - }, "require-dev": { "phpdocumentor/reflection-docblock": "^3.1" }, + "suggest": { + "ext-libtgvoip": "Install the php-libtgvoip extension to make phone calls (https:/github.com/danog/php-libtgvoip)" + }, "authors": [ { "name": "Daniil Gentili",