More fixes

This commit is contained in:
Daniil Gentili 2017-05-03 09:36:55 +02:00 committed by GitHub
parent 4bafa94644
commit e1865b8b53
1 changed files with 2 additions and 7 deletions

View File

@ -6,12 +6,6 @@
"homepage": "https://daniil.it/MadelineProto",
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
"repositories": [
{
"type": "git",
"url": "https://github.com/danog/phpseclib"
}
],
"require": {
"php": ">=5.6.0",
"danog/phpstruct": "dev-fast",
@ -20,7 +14,8 @@
"vlucas/phpdotenv": "^2.4",
"erusev/parsedown": "^1.6",
"rollbar/rollbar": "dev-master",
"ext-mbstring": "*"
"ext-mbstring": "*",
"ext-curl"
},
"require-dev": {
"phpdocumentor/reflection-docblock": "^3.1"