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

View File

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