TelegramApiServer/composer.json
2019-12-29 01:23:46 +03:00

28 lines
731 B
JSON

{
"name": "xtrime-ru/telegramapiserver",
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Amp HTTP Server",
"type": "project",
"homepage": "https://tg.i-c-a.su/",
"license": "MIT",
"keywords": ["telegram", "mtproto", "protocol", "client", "PHP", "amphp", "async", "daemon", "coroutine", "parser", "micro-service"],
"require": {
"php": ">=7.3.0",
"ext-json": "*",
"amphp/http-server": "^2",
"vlucas/phpdotenv": "^3",
"danog/madelineproto":"^5"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Alexander Pankratov",
"email": "alexander@i-c-a.su"
}
],
"autoload": {
"psr-4": {
"TelegramApiServer\\": "src/"
}
}
}