Skip to content

Commit 638f3fc

Browse files
committed
Bump deps to fix service webhook handler, PTB core 0.77.1
1 parent 39c3682 commit 638f3fc

File tree

3 files changed

+442
-173
lines changed

3 files changed

+442
-173
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
66
## [Unreleased]
77
### Added
88
### Changed
9+
- Bump core to 0.77.1
10+
- Bump service webhook handler
911
### Deprecated
1012
### Removed
1113
### Fixed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
"ext-json": "*",
2222
"ext-pdo": "*",
2323
"php-telegram-bot/telegram-bot-manager": "^1.7",
24-
"longman/telegram-bot": "0.76.0 as 0.73",
25-
"noplanman/service-webhook-handler": "^0.2",
26-
"vlucas/phpdotenv": "^5.3",
27-
"elvanto/litemoji": "^4.0",
28-
"monolog/monolog": "^2.2",
24+
"longman/telegram-bot": "0.77.1 as 0.73",
25+
"noplanman/service-webhook-handler": "^1.0",
26+
"vlucas/phpdotenv": "^5.4",
27+
"elvanto/litemoji": "^4.2",
28+
"monolog/monolog": "^2.6",
2929
"matthiasmullie/scrapbook": "^1.4",
30-
"knplabs/github-api": "^3.3",
30+
"knplabs/github-api": "^3.6",
3131
"guzzlehttp/guzzle": "^7.4.3",
32-
"http-interop/http-factory-guzzle": "^1.0"
32+
"guzzlehttp/psr7": "^2.2"
3333
},
3434
"require-dev": {
3535
"roave/security-advisories": "dev-latest",
3636
"squizlabs/php_codesniffer": "^3.6",
3737
"php-parallel-lint/php-parallel-lint": "^1.3",
38-
"symfony/var-dumper": "^5.3"
38+
"symfony/var-dumper": "^5.4"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)