1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 20:14:48 +01:00
telerpc/composer.json
2020-07-25 18:01:48 +00:00

23 lines
497 B
JSON

{
"name": "danogentili/telerpc",
"description": "RPC Error reporting API",
"type": "project",
"repositories": [
{
"type": "git",
"url": "https://github.com/danog/phpseclib"
}
],
"require": {
"danog/madelineproto": "dev-master"
},
"license": "AGPLV3",
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil.gentili.dg@gmail.com"
}
],
"minimum-stability": "dev"
}