mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:14:43 +01:00
Fix requirements
This commit is contained in:
parent
b103ac3087
commit
01f9e67732
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user