forked from stgodjah/TelegaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 1 KB
/
composer.json
File metadata and controls
33 lines (33 loc) · 1 KB
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
{
"name": "btcrelax/bitganjbot",
"type": "project",
"description": "PHP Telegram Bot for sale drugs",
"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": {
"php-telegram-bot/telegram-bot-manager": "^1.4",
"longman/telegram-bot": "dev-develop as 0.59",
"monolog/monolog": "^2.1"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
"check-code": [
"\"vendor/bin/phpcs\""
]
}
}