Update composer.json

This commit is contained in:
Daniil Gentili 2017-07-24 12:55:17 +02:00
parent 90414b9230
commit 4fcf3b0978

View File

@ -20,11 +20,13 @@
"ext-curl": "*", "ext-curl": "*",
"ext-sockets": "*", "ext-sockets": "*",
"ext-xml": "*" "ext-xml": "*"
}, },
"require-dev": { "require-dev": {
"phpdocumentor/reflection-docblock": "^3.1" "phpdocumentor/reflection-docblock": "^3.1"
}, },
"suggest": {
"ext-libtgvoip": "Install the php-libtgvoip extension to make phone calls (https:/github.com/danog/php-libtgvoip)"
},
"authors": [ "authors": [
{ {
"name": "Daniil Gentili", "name": "Daniil Gentili",