forked from php-telegram-bot/example-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 694 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "telegram-bot/example-bot",
"type": "project",
"description": "PHP Telegram Bot Example",
"keywords": ["telegram", "bot", "example"],
"license": "MIT",
"homepage": "https://github.com/php-telegram-bot/example-bot",
"support": {
"issues": "https://github.com/php-telegram-bot/example-bot/issues",
"source": "https://github.com/php-telegram-bot/example-bot"
},
"authors": [
{
"name": "PHP Telegram Bot Team",
"homepage": "https://github.com/php-telegram-bot/example-bot/graphs/contributors",
"role": "Developer"
}
],
"require": {
"longman/telegram-bot": "*"
}
}