-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
29 lines (29 loc) · 906 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "hbashton/bruhhbot",
"description": "The most powerful group management bot for telegram.",
"type": "project",
"license": "AGPLV3",
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
"minimum-stability": "dev",
"repositories": [
{
"type": "git",
"url": "https://github.com/danog/phpseclib"
}
],
"require": {
"danog/madelineproto": "dev-master",
"rmccue/requests": ">=1.0",
"cmfcmf/openweathermap-php-api": "dev-master",
"spatie/emoji": "dev-master",
"nicmart/string-template": "~0.1",
"erusev/parsedown": "^1.6",
"packfire/php5.3-compat": "dev-master"
},
"authors": [
{
"name": "Daniil Gentili",
"email": "[email protected]"
}
]
}