2018-12-24 13:34:04 +01:00
|
|
|
{
|
|
|
|
"name": "xtrime-ru/telegramswooleclient",
|
2019-01-07 13:24:29 +01:00
|
|
|
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Swoole Server",
|
2018-12-24 13:34:04 +01:00
|
|
|
"type": "project",
|
|
|
|
"homepage": "http://tg.i-c-a.su/",
|
|
|
|
"license": "MIT",
|
2019-01-07 13:24:29 +01:00
|
|
|
"keywords": ["telegram", "mtproto", "protocol", "client", "PHP", "swoole", "async", "daemon", "coroutine", "parser", "micro-service"],
|
2018-12-24 13:34:04 +01:00
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.0",
|
2019-01-07 13:24:29 +01:00
|
|
|
"danog/madelineproto":"dev-master",
|
|
|
|
"amphp/dns": "dev-master#861cc857b1ba6e02e8a7439c30403682785fce96 as 0.9.9",
|
|
|
|
"amphp/file": "dev-master#5a69fca406ac5fd220de0aa68c887bc8046eb93c as 0.3.3",
|
|
|
|
"amphp/uri": "dev-master#f3195b163275383909ded7770a11d8eb865cbc86 as 0.1.3",
|
2018-12-24 13:34:04 +01:00
|
|
|
"vlucas/phpdotenv": "^2.4",
|
2019-01-07 13:24:29 +01:00
|
|
|
"jaeger/querylist": "dev-master",
|
|
|
|
"ext-json": "*",
|
2018-12-24 13:34:04 +01:00
|
|
|
"ext-swoole": ">=4.0"
|
|
|
|
},
|
2019-01-07 13:24:29 +01:00
|
|
|
"require-dev": {
|
|
|
|
"swoole/ide-helper": "dev-master"
|
|
|
|
},
|
2018-12-24 13:34:04 +01:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/danog/phpseclib"
|
2019-01-07 13:24:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/swoole/ide-helper.git"
|
2018-12-24 13:34:04 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alexander Pankratov",
|
|
|
|
"email": "s.pankratoff@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
2019-01-07 13:24:29 +01:00
|
|
|
"psr-4": {
|
|
|
|
"TelegramSwooleClient\\": "src/"
|
2018-12-24 13:34:04 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|