Update composer.json

This commit is contained in:
Daniil Gentili 2020-08-09 23:27:16 +02:00 committed by GitHub
parent b103ac3087
commit f9868af1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,8 @@
"danog/ipc": "^0.1",
"tivie/htaccess-parser": "^0.2.3",
"amphp/log": "^1.1",
"danog/loop": "^0.1.0"
"danog/loop": "^0.1.0",
"danog/tgseclib": "^3"
},
"require-dev": {
"vlucas/phpdotenv": "^3",
@ -55,8 +56,7 @@
"vimeo/psalm": "dev-master",
"phpstan/phpstan": "^0.12.14",
"friendsofphp/php-cs-fixer": "^2.16",
"squizlabs/php_codesniffer": "^3.5",
"danog/tgseclib": "^3"
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
"ext-libtgvoip": "Install the php-libtgvoip extension to make phone calls (https://github.com/danog/php-libtgvoip)"