|
2 | 2 | "name": "telegram-bot/support-bot",
|
3 | 3 | "type": "project",
|
4 | 4 | "description": "Friendly and helpful bot for t.me/PHP_Telegram_Support_Bot",
|
5 |
| - "keywords": ["telegram", "bot", "manager"], |
| 5 | + "keywords": ["telegram", "bot", "manager", "support"], |
6 | 6 | "license": "MIT",
|
7 | 7 | "homepage": "https://github.com/php-telegram-bot/support-bot",
|
8 | 8 | "support": {
|
|
17 | 17 | }
|
18 | 18 | ],
|
19 | 19 | "require": {
|
20 |
| - "php": ">= 7.3", |
| 20 | + "php": ">= 7.4", |
21 | 21 | "ext-json": "*",
|
22 | 22 | "ext-pdo": "*",
|
23 | 23 | "php-telegram-bot/telegram-bot-manager": "^1.5",
|
24 |
| - "longman/telegram-bot": "dev-master as 0.59", |
| 24 | + "longman/telegram-bot": "0.64.0 as 0.59", |
25 | 25 | "noplanman/service-webhook-handler": "^0.2",
|
26 | 26 | "vlucas/phpdotenv": "^3.6",
|
27 | 27 | "php-http/guzzle6-adapter": "^1.1",
|
28 |
| - "knplabs/github-api": "^2.12", |
| 28 | + "knplabs/github-api": "^2.15", |
29 | 29 | "elvanto/litemoji": "^1.4",
|
30 |
| - "monolog/monolog": "^2.0", |
| 30 | + "monolog/monolog": "^2.1", |
31 | 31 | "matthiasmullie/scrapbook": "^1.4"
|
32 | 32 | },
|
33 | 33 | "require-dev": {
|
| 34 | + "roave/security-advisories": "dev-master", |
34 | 35 | "squizlabs/php_codesniffer": "^3.5",
|
35 |
| - "jakub-onderka/php-parallel-lint": "^1.0", |
36 |
| - "symfony/var-dumper": "^5.0" |
| 36 | + "php-parallel-lint/php-parallel-lint": "^1.2", |
| 37 | + "symfony/var-dumper": "^5.1" |
37 | 38 | },
|
38 | 39 | "autoload": {
|
39 | 40 | "psr-4": {
|
|
0 commit comments