Fix requirements

This commit is contained in:
Daniil Gentili 2020-08-09 14:44:41 +02:00
parent b103ac3087
commit 01f9e67732
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

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)"