MadelineProto/composer.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2016-07-15 13:03:36 +02:00
{
"name": "danog/madelineproto",
"description": "PHP implementation of telegram's MTProto protocol.",
"type": "project",
"license": "AGPLV3",
2016-08-07 23:23:10 +02:00
"homepage": "https://daniil.it/MadelineProto",
2016-11-17 13:05:31 +01:00
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
"repositories": [
{
2017-02-13 15:14:37 +01:00
"type": "git",
"url": "https://github.com/danog/phpseclib"
}
],
2016-07-15 13:03:36 +02:00
"require": {
2017-01-28 00:39:07 +01:00
"php": ">=5.6.0",
"danog/phpstruct": "dev-fast",
2017-02-11 14:59:38 +01:00
"phpseclib/phpseclib": "dev-ige",
"vlucas/phpdotenv": "^2.4",
2017-02-13 04:33:06 +01:00
"krakjoe/pthreads-polyfill": "dev-master",
"erusev/parsedown": "^1.6"
2016-07-15 13:03:36 +02:00
},
"require-dev": {
"phpdocumentor/reflection-docblock": "^3.1"
},
2016-07-15 13:03:36 +02:00
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
],
2016-08-07 23:23:10 +02:00
"autoload": {
"psr-0": {
"danog\\MadelineProto\\": "src/"
}
}
2016-07-15 13:03:36 +02:00
}