mirror of
https://github.com/danog/MadelineClient.git
synced 2024-11-29 20:08:59 +01:00
44 lines
836 B
JSON
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
|
|
}
|
|
}
|
|
}
|