-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 969 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "muaath5/muaath-bots",
"description": "A Telegram bots in PHP uploaded on Heroku",
"type": "web-app",
"homepage": "https://muaath-bots.herokuapp.com/",
"keywords": [
"php",
"telegram-bot",
"payment",
"no-db",
"heroku-app",
"heroku",
"free",
"telegram-bot-api",
"webhook"
],
"readme": "README.md",
"authors": [
{
"name": "Muaath Alqarni",
"email": "muaath1428@hotmail.com",
"role": "Developer"
}
],
"support": {
"email": "muaath1428@hotmail.com",
"source": "https://github.com/Muaath5/MuaathBots",
"chat": "https://t.me/MuaathBotsChat",
"issues": "https://github.com/Muaath5/MuaathBots/issues"
},
"license": "GPL-3.0-only",
"require-dev": {
"heroku/heroku-buildpack-php": "*"
},
"minimum-stability": "beta",
"autoload": {
"psr-4": {
"MuaathBots\\": "web/bots/src/"
}
},
"require": {
"muaath5/simple-bot-api": "^5.3"
}
}