MadelineClient/composer.json
2017-10-11 16:05:00 +02:00

29 lines
627 B
JSON

{
"name": "hearot/madelineclient",
"description": "A client for MadelineProto",
"license": "AGPLv3",
"authors": [
{
"name": "hearot",
"email": "gabriel@hearot.it"
}
],
"type": "Client Interface",
"require": {
"danog/madelineproto": "dev-master",
"rych/bytesize": "^1.0"
},
"autoload": {
"psr-0": {
"hearot\\MadelineClient\\": "src/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/danog/phpseclib"
}
],
"minimum-stability": "dev"
}