36118ee452
* Implemented automatic PHPDoc generate * fix syntax * fix syntax * bugfix doc * bugfix syntax * bufgix syntax * Update AnnotationsBuilder.php
29 lines
820 B
JSON
29 lines
820 B
JSON
{
|
|
"name": "danog/madelineproto",
|
|
"description": "PHP implementation of telegram's MTProto protocol.",
|
|
"type": "project",
|
|
"license": "AGPLV3",
|
|
"homepage": "https://daniil.it/MadelineProto",
|
|
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"danog/phpstruct": "^1.2",
|
|
"phpseclib/phpseclib": "dev-master|^2.0.4",
|
|
"vlucas/phpdotenv": "^2.4"
|
|
},
|
|
"require-dev": {
|
|
"phpdocumentor/reflection-docblock": "^3.1"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"danog\\MadelineProto\\": "src/"
|
|
}
|
|
}
|
|
}
|