forked from Shaygan/TelegramBotApiBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 816 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
{
"name": "shaygan/telegram-bot-api-bundle",
"type": "symfony-bundle",
"description": "A simple wrapper for telegram-bot-api.",
"keywords": ["telegram", "bot", "api", "telegram-bot-api", "php", "symfony", "symfony2", "symfony3"],
"homepage": "http://i-gh.ir",
"version": "dev",
"license": "MIT",
"authors": [
{
"name": "Iman Ghasrfakhri",
"email": "[email protected]",
"homepage": "http://i-gh.ir",
"role": "Developer"
}
],
"require": {
"symfony/framework-bundle": ">=2.2",
"telegram-bot/api": ">=2.2.4",
"longman/telegram-bot": "*"
},
"autoload": {
"psr-0": {
"Shaygan\\TelegramBotApiBundle": ""
}
},
"target-dir": "Shaygan/TelegramBotApiBundle"
}