MadelineClient/composer.json
2017-10-13 14:52:54 +02:00

44 lines
836 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/phpseclib/phpseclib"
},
{
"type": "git",
"url": "https://github.com/danog/magicalserializer"
}
],
"minimum-stability": "dev",
"extra": {
"phar-builder": {
"compression": "No",
"name": "madeline.phar",
"include": [
"src"
],
"include-dev": true,
"skip-shebang": false
}
}
}