2018-12-24 13:34:04 +01:00
|
|
|
{
|
2019-06-09 19:47:46 +02:00
|
|
|
"name": "xtrime-ru/telegramapiserver",
|
2019-06-20 15:59:42 +02:00
|
|
|
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Amphp Server",
|
2018-12-24 13:34:04 +01:00
|
|
|
"type": "project",
|
2019-06-20 15:59:42 +02:00
|
|
|
"homepage": "https://tg.i-c-a.su/",
|
2018-12-24 13:34:04 +01:00
|
|
|
"license": "MIT",
|
2019-06-09 19:18:49 +02:00
|
|
|
"keywords": ["telegram", "mtproto", "protocol", "client", "PHP", "amphp", "async", "daemon", "coroutine", "parser", "micro-service"],
|
2018-12-24 13:34:04 +01:00
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.0",
|
2019-05-15 00:31:11 +02:00
|
|
|
"ext-json": "*",
|
2019-11-22 18:54:13 +01:00
|
|
|
"danog/madelineproto": "4.2.25",
|
2019-09-15 13:04:51 +02:00
|
|
|
"amphp/dns": "dev-master#aa1892bd as 0.9",
|
2019-09-02 23:07:41 +02:00
|
|
|
"amphp/socket": "0.10.12 as 1",
|
|
|
|
"amphp/websocket": "dev-master#db2da8c5b3ed22eae37da5ffa10ab3ea8de19342 as 1",
|
|
|
|
"amphp/websocket-client": "dev-master#aff808025637bd705672338b4904ad03a4dbdc04 as 1",
|
|
|
|
"amphp/http-server": "^1.0",
|
2019-05-15 00:31:11 +02:00
|
|
|
"vlucas/phpdotenv": "^3"
|
2018-12-24 13:34:04 +01:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/danog/phpseclib"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alexander Pankratov",
|
2019-02-04 21:23:25 +01:00
|
|
|
"email": "alexander@i-c-a.su"
|
2018-12-24 13:34:04 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
2019-01-07 13:24:29 +01:00
|
|
|
"psr-4": {
|
2019-06-09 19:47:46 +02:00
|
|
|
"TelegramApiServer\\": "src/"
|
2018-12-24 13:34:04 +01:00
|
|
|
}
|
|
|
|
}
|
2019-03-31 03:23:25 +02:00
|
|
|
}
|